summaryrefslogtreecommitdiff
path: root/target/Config.in.armel
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-11-30 05:28:45 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-11-30 05:28:45 +0100
commit405da345c6744ed5a6621d0234166d45c9799b07 (patch)
tree1d1040f2f644bc2bde5ece0030520f78da50b8ee /target/Config.in.armel
parenta2cb1b3951d0e9b5e2c16ce6e871e7ef7056c951 (diff)
fix arm toolchain building
Diffstat (limited to 'target/Config.in.armel')
-rw-r--r--target/Config.in.armel7
1 files changed, 6 insertions, 1 deletions
diff --git a/target/Config.in.armel b/target/Config.in.armel
index 4cce08a36..53203df46 100644
--- a/target/Config.in.armel
+++ b/target/Config.in.armel
@@ -4,12 +4,16 @@ prompt "Hardware model"
config ADK_HARDWARE_GENERIC_ARMEL
bool "Generic armel system"
+ select ADK_TARGET_NO_FPU
+ select ADK_EABI
help
Generic armel system.
config ADK_HARDWARE_QEMU_ARMEL
bool "Qemu armel"
select ADK_qemu
+ select ADK_EABI
+ select ADK_TARGET_NO_FPU
select ADK_HARDWARE_QEMU
select ADK_TARGET_WITH_VGA
select ADK_TARGET_WITH_INPUT
@@ -21,9 +25,10 @@ config ADK_HARDWARE_QEMU_ARMEL
config ADK_HARDWARE_GENERIC_ARMEL_TOOLCHAIN
bool "armel toolchain"
+ select ADK_EABI
+ select ADK_TARGET_NO_FPU
select ADK_TOOLCHAIN_ONLY
help
armel toolchain.
endchoice
-