diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-06-08 11:14:20 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-06-11 00:05:36 +0200 |
commit | f3d6e6cfd7c024d16fb3d21f47e5b9aa241bfefa (patch) | |
tree | 9558ea9c4ad35644998f965f6d3535d083a9f657 /toolchain | |
parent | c5f87f72f5c300423469ad2dfad284b1481a70f8 (diff) | |
download | buildroot-novena-f3d6e6cfd7c024d16fb3d21f47e5b9aa241bfefa.tar.gz buildroot-novena-f3d6e6cfd7c024d16fb3d21f47e5b9aa241bfefa.zip |
toolchain-external: add arch conditionals on Arago ARMv5TE toolchain
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/toolchain-external/Config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/toolchain/toolchain-external/Config.in b/toolchain/toolchain-external/Config.in index 9798840f9..4dc45cd1b 100644 --- a/toolchain/toolchain-external/Config.in +++ b/toolchain/toolchain-external/Config.in @@ -157,6 +157,9 @@ config BR2_TOOLCHAIN_EXTERNAL_ARAGO_ARMV5TE_201109 bool "Arago ARMv5 2011.09" depends on BR2_arm depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" + depends on BR2_GCC_TARGET_ARCH != "armv4t" && \ + BR2_GCC_TARGET_ARCH != "armv4" && \ + BR2_GCC_TARGET_ARCH != "armv5t" select BR2_TOOLCHAIN_EXTERNAL_GLIBC select BR2_TOOLCHAIN_HAS_NATIVE_RPC select BR2_INSTALL_LIBSTDCPP |