diff options
author | ache <ache@FreeBSD.org> | 2005-07-15 12:22:14 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2005-07-15 12:22:14 +0000 |
commit | 659d46f587a9288b5fe80abeac35340de3e9812d (patch) | |
tree | a8736231f250c5e78f91e49d8c272c4ecebad3ed /sys/boot/i386/boot2/Makefile | |
parent | 542973bac5b2980b64cf33e741bd2d2d83669f34 (diff) | |
download | FreeBSD-src-659d46f587a9288b5fe80abeac35340de3e9812d.zip FreeBSD-src-659d46f587a9288b5fe80abeac35340de3e9812d.tar.gz |
Add -mno-sse3 for prescott/nocona
Diffstat (limited to 'sys/boot/i386/boot2/Makefile')
-rw-r--r-- | sys/boot/i386/boot2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/i386/boot2/Makefile b/sys/boot/i386/boot2/Makefile index ed0ae93..831e2d0 100644 --- a/sys/boot/i386/boot2/Makefile +++ b/sys/boot/i386/boot2/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} \ |