svn commit: r261559 - projects/uefi/sys/boot/amd64

Ed Maste emaste at FreeBSD.org
Thu Feb 6 18:41:20 UTC 2014


Author: emaste
Date: Thu Feb  6 18:41:20 2014
New Revision: 261559
URL: http://svnweb.freebsd.org/changeset/base/261559

Log:
  Diff reduction with i386 Makefile.inc
  
  Also update header comment after copying this file to amd64/

Modified:
  projects/uefi/sys/boot/amd64/Makefile.inc

Modified: projects/uefi/sys/boot/amd64/Makefile.inc
==============================================================================
--- projects/uefi/sys/boot/amd64/Makefile.inc	Thu Feb  6 18:40:38 2014	(r261558)
+++ projects/uefi/sys/boot/amd64/Makefile.inc	Thu Feb  6 18:41:20 2014	(r261559)
@@ -1,11 +1,11 @@
-# Common defines for all of /sys/boot/i386/
+# Common defines for all of /sys/boot/amd64/
 #
 # $FreeBSD$
 
 BINDIR?=	/boot
 
-CFLAGS+=	-ffreestanding -mno-mmx -mno-3dnow -mno-sse -mno-sse2 \
-		    -mno-sse3 -msoft-float
+CFLAGS+=	-ffreestanding
+CFLAGS+=	-mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float
 LDFLAGS+=	-nostdlib
 
 .include "../Makefile.inc"


More information about the svn-src-projects mailing list