summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/gptboot/Makefile
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2005-07-15 12:22:14 +0000
committerache <ache@FreeBSD.org>2005-07-15 12:22:14 +0000
commit659d46f587a9288b5fe80abeac35340de3e9812d (patch)
treea8736231f250c5e78f91e49d8c272c4ecebad3ed /sys/boot/i386/gptboot/Makefile
parent542973bac5b2980b64cf33e741bd2d2d83669f34 (diff)
downloadFreeBSD-src-659d46f587a9288b5fe80abeac35340de3e9812d.zip
FreeBSD-src-659d46f587a9288b5fe80abeac35340de3e9812d.tar.gz
Add -mno-sse3 for prescott/nocona
Diffstat (limited to 'sys/boot/i386/gptboot/Makefile')
-rw-r--r--sys/boot/i386/gptboot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/i386/gptboot/Makefile b/sys/boot/i386/gptboot/Makefile
index ed0ae93..831e2d0 100644
--- a/sys/boot/i386/gptboot/Makefile
+++ b/sys/boot/i386/gptboot/Makefile
@@ -26,7 +26,7 @@ CFLAGS= -Os \
-fno-unit-at-a-time \
-mno-align-long-strings \
-mrtd \
- -mno-mmx -mno-3dnow -mno-sse -mno-sse2 \
+ -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 \
-D${BOOT2_UFS} \
-DFLAGS=${BOOT_BOOT1_FLAGS} \
-DSIOPRT=${BOOT_COMCONSOLE_PORT} \
OpenPOWER on IntegriCloud