diff options
author | Peter Grehan <grehan@FreeBSD.org> | 2003-12-10 09:10:54 +0000 |
---|---|---|
committer | Peter Grehan <grehan@FreeBSD.org> | 2003-12-10 09:10:54 +0000 |
commit | b91af74a2c29683c0a300707e96788ccc2823865 (patch) | |
tree | c9bf4c7a09df267358773115ddd23b24f1f57078 /sys/boot/ficl | |
parent | b42c229790893a239ea5c81a528ac46d51363967 (diff) |
Notes
Diffstat (limited to 'sys/boot/ficl')
-rw-r--r-- | sys/boot/ficl/Makefile | 3 |
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 |