From 95244d507d779a90d016596dadb1945da9b8c962 Mon Sep 17 00:00:00 2001 From: abs Date: Tue, 4 Sep 2007 20:05:48 +0000 Subject: Add -msse2 to the list of CFLAGS which break qemu --- emulators/qemu/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'emulators') 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" -- cgit v1.2.3