Date: Thu, 6 Feb 2014 18:41:20 +0000 (UTC) From: Ed Maste <emaste@FreeBSD.org> To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r261559 - projects/uefi/sys/boot/amd64 Message-ID: <201402061841.s16IfKmO070732@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402061841.s16IfKmO070732>