summaryrefslogtreecommitdiff
path: root/sys/boot/ficl
diff options
context:
space:
mode:
authorPeter Grehan <grehan@FreeBSD.org>2003-12-10 09:10:54 +0000
committerPeter Grehan <grehan@FreeBSD.org>2003-12-10 09:10:54 +0000
commitb91af74a2c29683c0a300707e96788ccc2823865 (patch)
treec9bf4c7a09df267358773115ddd23b24f1f57078 /sys/boot/ficl
parentb42c229790893a239ea5c81a528ac46d51363967 (diff)
Notes
Diffstat (limited to 'sys/boot/ficl')
-rw-r--r--sys/boot/ficl/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/boot/ficl/Makefile b/sys/boot/ficl/Makefile
index 6f94b86d4078d..69d6ca7ddcbb8 100644
--- a/sys/boot/ficl/Makefile
+++ b/sys/boot/ficl/Makefile
@@ -17,6 +17,9 @@ CFLAGS+= -mno-fp-regs
.if ${MACHINE_ARCH} == "i386"
CFLAGS+= -mpreferred-stack-boundary=2
.endif
+.if ${MACHINE_ARCH} == "powerpc"
+CFLAGS+= -msoft-float
+.endif
.if ${MACHINE} == "pc98"
CFLAGS+= -DPC98
.endif