summaryrefslogtreecommitdiff
path: root/emulators/qemu-devel/Makefile
diff options
context:
space:
mode:
authorJuergen Lock <nox@FreeBSD.org>2014-06-27 23:28:08 +0000
committerJuergen Lock <nox@FreeBSD.org>2014-06-27 23:28:08 +0000
commit27befbddddb5daa233b8698b3501bd1adbba0537 (patch)
treef156997dc00266dde784bceb0e54e8065142206f /emulators/qemu-devel/Makefile
parentUpdate to the 20140625 snapshot of GCC 4.9.1. (diff)
Fix build on powerpc64 in poudriere.
Reported by: jhibbits
Diffstat (limited to 'emulators/qemu-devel/Makefile')
-rw-r--r--emulators/qemu-devel/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile
index 83ed5fc5751f..5815903b1bed 100644
--- a/emulators/qemu-devel/Makefile
+++ b/emulators/qemu-devel/Makefile
@@ -239,6 +239,10 @@ MAKE_ARGS+= ARCH=x86_64
MAKE_ARGS+= ARCH=ppc
.endif
+.if ${ARCH} == "powerpc64"
+MAKE_ARGS+= ARCH=ppc64
+.endif
+
.if ${ARCH} == "sparc64"
CONFIGURE_ARGS+= --sparc_cpu=v9
.endif