Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Jan 2011 22:12:06 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r217030 - head/sys/boot/ficl
Message-ID:  <201101052212.p05MC6J4092791@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101052212.p05MC6J4092791>