summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2011-01-05 22:12:06 +0000
committerdim <dim@FreeBSD.org>2011-01-05 22:12:06 +0000
commitec808bc772f9d156acddbac41559b7d0c28722b7 (patch)
tree4d644cea97a634207b049ac760e3fd5ec92f2fb6 /sys/boot
parentec93578a69fb0fab47697bb2d0d2dd4820c04d61 (diff)
downloadFreeBSD-src-ec808bc772f9d156acddbac41559b7d0c28722b7.zip
FreeBSD-src-ec808bc772f9d156acddbac41559b7d0c28722b7.tar.gz
Remove an empty .if/.endif pair from sys/boot/ficl/Makefile that I
forgot to cleanup in the last commit.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/ficl/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/boot/ficl/Makefile b/sys/boot/ficl/Makefile
index 9bb891b..bd89531 100644
--- a/sys/boot/ficl/Makefile
+++ b/sys/boot/ficl/Makefile
@@ -11,8 +11,6 @@ CFLAGS+= -ffreestanding
CFLAGS+= -mpreferred-stack-boundary=2
CFLAGS+= -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3
.endif
-.if ${MACHINE_CPUARCH} == "i386"
-.endif
.if ${MACHINE_CPUARCH} == "powerpc" || ${MACHINE_CPUARCH} == "arm"
CFLAGS+= -msoft-float
.endif
OpenPOWER on IntegriCloud