summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2008-02-23 17:48:23 +0000
committermarcel <marcel@FreeBSD.org>2008-02-23 17:48:23 +0000
commitf3b9c6d82444d6d158b2fe24d163a0e0963a0471 (patch)
treed6f7ba9c3f98cf61f4837be78072dc9b286cdc8d /sys/boot
parentc9f2fe69375b9322a4807902a05490c15a796ca4 (diff)
downloadFreeBSD-src-f3b9c6d82444d6d158b2fe24d163a0e0963a0471.zip
FreeBSD-src-f3b9c6d82444d6d158b2fe24d163a0e0963a0471.tar.gz
We build ficl and libofw with -msoft-float. Build the loader
with -msoft-float too.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/powerpc/ofw/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/powerpc/ofw/Makefile b/sys/boot/powerpc/ofw/Makefile
index 49015ca..9b2cf8d 100644
--- a/sys/boot/powerpc/ofw/Makefile
+++ b/sys/boot/powerpc/ofw/Makefile
@@ -63,7 +63,7 @@ CFLAGS+= -I.
CLEANFILES+= vers.c loader.help
-CFLAGS+= -ffreestanding
+CFLAGS+= -ffreestanding -msoft-float
# load address. set in linker script
RELOC?= 0x1C00000
CFLAGS+= -DRELOC=${RELOC}
OpenPOWER on IntegriCloud