diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2006-01-06 09:24:00 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2006-01-06 09:24:00 +0000 |
commit | a10860d1ef0083c8b9010dd149215db11d541e83 (patch) | |
tree | 2334343f1b909b89740370a7450934deb92d7ba9 /emulators | |
parent | 8f376e92200f6629b2ed7fb7028f58e284927737 (diff) | |
download | pkgsrc-a10860d1ef0083c8b9010dd149215db11d541e83.tar.gz |
Put things back in again.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/qemu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index cd39a218442..e288a024625 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2006/01/06 09:17:03 xtraeme Exp $ +# $NetBSD: Makefile,v 1.26 2006/01/06 09:24:00 xtraeme Exp $ # DISTNAME= qemu-0.8.0 @@ -32,7 +32,7 @@ SUBST_MESSAGE.smbd= "Fixing hardcoded paths." # 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 .include "../../mk/compiler.mk" |