diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-08-23 14:26:45 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-08-23 14:26:45 +0200 |
commit | 98bd87cd6fee80b90bad571c254b7a35782d9a51 (patch) | |
tree | 01080837ba19d4082aa2428ed67c03ae1952ecd4 /jtools | |
parent | 31b8a0a342a4525e9540a25883d0600ce9d374dc (diff) | |
parent | 00166e020db4bff6de43ac5925b0600d4245461f (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'jtools')
-rw-r--r-- | jtools/qemu/Makefile | 2 |
1 files changed, 1 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 $@ |