Browse Source

enable x86_64

Waldemar Brodkorb 12 years ago
parent
commit
1430d117c0
2 changed files with 4 additions and 1 deletions
  1. 1 1
      jtools/qemu/Makefile
  2. 3 0
      mk/vars.mk

+ 1 - 1
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 $@
 

+ 3 - 0
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:=