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 | 0e9dab9b637cc2adf96e040b79f961a1874de126 (patch) | |
tree | 2334343f1b909b89740370a7450934deb92d7ba9 /emulators | |
parent | f16a71ec65fbc427e93062f0d4288253430a9d07 (diff) | |
download | pkgsrc-0e9dab9b637cc2adf96e040b79f961a1874de126.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" |