summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/boot2/Makefile
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2011-01-05 21:46:08 +0000
committerdim <dim@FreeBSD.org>2011-01-05 21:46:08 +0000
commit60ba58500e6e35071bb752fc9e00295769bc84c1 (patch)
tree84b3430433bcee91ec4265b7dcaed3270fbf08f7 /sys/boot/i386/boot2/Makefile
parentcaa5bbfa02a8836700c177bb93d1146f3c5314b7 (diff)
downloadFreeBSD-src-60ba58500e6e35071bb752fc9e00295769bc84c1.zip
FreeBSD-src-60ba58500e6e35071bb752fc9e00295769bc84c1.tar.gz
Remove superfluous -mno-(mmx|3dnow|sse|sse2|sse3) flags in Makefiles
under sys/boot/{i386,pc98}, since these are already added via sys/boot/{i386,pc98}/Makefile.inc. Submitted by: arundel
Diffstat (limited to 'sys/boot/i386/boot2/Makefile')
-rw-r--r--sys/boot/i386/boot2/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/boot/i386/boot2/Makefile b/sys/boot/i386/boot2/Makefile
index b91a43b..6e8315e 100644
--- a/sys/boot/i386/boot2/Makefile
+++ b/sys/boot/i386/boot2/Makefile
@@ -31,7 +31,6 @@ CFLAGS= -Os \
-fno-unit-at-a-time \
-mno-align-long-strings \
-mrtd \
- -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 \
-D${BOOT2_UFS} \
-DFLAGS=${BOOT_BOOT1_FLAGS} \
-DSIOPRT=${BOOT_COMCONSOLE_PORT} \
OpenPOWER on IntegriCloud