summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-28 19:11:23 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-28 19:11:23 +0100
commit22855e8ea83aa0d349a9b1abed88f8bffac2569b (patch)
tree465523bab517f06c61e60bf7c0079214024c5729 /target
parent393a40fa19c98a788a966805df0bf3202fb1b07b (diff)
x86-64 32bit needs more work, fix armhf
Diffstat (limited to 'target')
-rw-r--r--target/config/Config.in3
-rw-r--r--target/x86_64/sys-available/qemu-x86_64_3212
2 files changed, 2 insertions, 13 deletions
diff --git a/target/config/Config.in b/target/config/Config.in
index 794cc934f..9429b5072 100644
--- a/target/config/Config.in
+++ b/target/config/Config.in
@@ -662,7 +662,8 @@ config ADK_TARGET_LIB_UCLIBC
!ADK_LINUX_MICROBLAZE && \
!ADK_LINUX_SPARC64 && \
!ADK_LINUX_PPC64 && \
- !ADK_TARGET_ABI_X32
+ !ADK_x32 && \
+ !ADK_32
help
http://uclibc.org
diff --git a/target/x86_64/sys-available/qemu-x86_64_32 b/target/x86_64/sys-available/qemu-x86_64_32
deleted file mode 100644
index 56ccc9a36..000000000
--- a/target/x86_64/sys-available/qemu-x86_64_32
+++ /dev/null
@@ -1,12 +0,0 @@
-config ADK_TARGET_SYSTEM_QEMU_X86_64_32
- bool "Qemu Emulator (x86_64 with 32 ABI)"
- select ADK_x86_64
- select ADK_qemu_x86_64
- select ADK_32
- select ADK_CPU_X86_64
- select ADK_LINUX_64
- select ADK_HARDWARE_QEMU
- select ADK_TARGET_KERNEL_BZIMAGE
- help
- Support for Qemu Emulator.
-