summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-08-22 09:59:55 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-08-22 09:59:55 +0200
commit1430d117c0fcfc9f3b954ebce078745fb172a826 (patch)
tree5943939159cd6e47bc4d98b24112b5f56ba2bd33
parent28f056393328e784ba24391912667cc6bff2ae52 (diff)
enable x86_64
-rw-r--r--jtools/qemu/Makefile2
-rw-r--r--mk/vars.mk3
2 files changed, 4 insertions, 1 deletions
diff --git a/jtools/qemu/Makefile b/jtools/qemu/Makefile
index c83a6d987..b6add732e 100644
--- a/jtools/qemu/Makefile
+++ b/jtools/qemu/Makefile
@@ -18,7 +18,7 @@ $(WRKBUILD)/.configured: ${WRKDIST}/.prepared
--host-cc=$(CC_FOR_BUILD) \
--disable-system \
--disable-sdl \
- --target-list=arm-linux-user,i386-linux-user,mipsel-linux-user \
+ --target-list=arm-linux-user,i386-linux-user,mipsel-linux-user,x86_64-linux-user \
)
touch $@
diff --git a/mk/vars.mk b/mk/vars.mk
index d4f64d068..89d78be83 100644
--- a/mk/vars.mk
+++ b/mk/vars.mk
@@ -59,6 +59,9 @@ endif
ifeq ($(CPU_ARCH),i686)
QEMU:= qemu-i386
endif
+ifeq ($(CPU_ARCH),x86_64)
+QEMU:= qemu-x86_64
+endif
ifeq ($(ADK_NATIVE),y)
TARGET_CROSS:=