svn commit: r217030 - head/sys/boot/ficl

Dimitry Andric dim at FreeBSD.org
Wed Jan 5 22:12:06 UTC 2011


Author: dim
Date: Wed Jan  5 22:12:06 2011
New Revision: 217030
URL: http://svn.freebsd.org/changeset/base/217030

Log:
  Remove an empty .if/.endif pair from sys/boot/ficl/Makefile that I
  forgot to cleanup in the last commit.

Modified:
  head/sys/boot/ficl/Makefile

Modified: head/sys/boot/ficl/Makefile
==============================================================================
--- head/sys/boot/ficl/Makefile	Wed Jan  5 22:00:37 2011	(r217029)
+++ head/sys/boot/ficl/Makefile	Wed Jan  5 22:12:06 2011	(r217030)
@@ -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


More information about the svn-src-all mailing list