diff options
author | nwhitehorn <nwhitehorn@FreeBSD.org> | 2012-01-25 03:37:39 +0000 |
---|---|---|
committer | nwhitehorn <nwhitehorn@FreeBSD.org> | 2012-01-25 03:37:39 +0000 |
commit | b41629d499619c40b79db969272fa8a6aa78486d (patch) | |
tree | f839113829e2f473705130c93d8ec8810b0867bf /sys/boot | |
parent | 1d1e035e4aa915966b05721e452d90fe7cef70db (diff) | |
download | FreeBSD-src-b41629d499619c40b79db969272fa8a6aa78486d.zip FreeBSD-src-b41629d499619c40b79db969272fa8a6aa78486d.tar.gz |
Experimental support for booting CHRP-type PowerPC systems from hard disks.
Diffstat (limited to 'sys/boot')
-rw-r--r-- | sys/boot/powerpc/boot1.chrp/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/boot/powerpc/boot1.chrp/Makefile b/sys/boot/powerpc/boot1.chrp/Makefile index f3f7e4d..71d0ce6 100644 --- a/sys/boot/powerpc/boot1.chrp/Makefile +++ b/sys/boot/powerpc/boot1.chrp/Makefile @@ -10,7 +10,6 @@ INSTALLFLAGS= -b FILES= boot1.hfs SRCS= boot1.c ashldi3.c -INTERNALPROG= NO_MAN= CFLAGS= -ffreestanding -msoft-float -Os \ |