summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
Diffstat (limited to 'emulators')
-rw-r--r--emulators/qemu/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile
index 3d0582b5f53..053e04183cd 100644
--- a/emulators/qemu/Makefile
+++ b/emulators/qemu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2007/07/09 20:01:45 xtraeme Exp $
+# $NetBSD: Makefile,v 1.47 2007/09/04 20:05:48 abs Exp $
#
DISTNAME= qemu-0.9.0
@@ -46,7 +46,7 @@ REPLACE_PERL+= texi2pod.pl
# Remove -march/-mcpu from CFLAGS, otherwise it will fail
# to build in the SSE code.
-BUILDLINK_TRANSFORM+= rm-optarg:-march rm-optarg:-mcpu
+BUILDLINK_TRANSFORM+= rm-optarg:-march rm-optarg:-mcpu rm:-msse2
# Does not build with the stack protector
.if ${OPSYS} == "DragonFly"