diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-05-12 23:10:35 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-05-12 23:53:05 +0200 |
commit | 85082cab93b282021006ddee63793403b90ffe1f (patch) | |
tree | f10a5b373547536075f52d5083371d3818b07999 | |
parent | c95a30471da61bd8b1396d85fd4401c0cf7901c8 (diff) | |
download | buildroot-85082cab93b282021006ddee63793403b90ffe1f.tar.gz buildroot-85082cab93b282021006ddee63793403b90ffe1f.zip |
toolchain-external: Sourcery CodeBench ARM 2013.05 affected by PR58595
Fixes:
http://autobuild.buildroot.org/results/6b3/6b342c2d101348e4d39285f45481e2aafa3d8b3f/
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | toolchain/toolchain-external/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/toolchain-external/Config.in b/toolchain/toolchain-external/Config.in index 2bc5d4db4d..857f26dad1 100644 --- a/toolchain/toolchain-external/Config.in +++ b/toolchain/toolchain-external/Config.in @@ -138,6 +138,7 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201305 depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" depends on BR2_ARM_EABI depends on !BR2_PREFER_STATIC_LIB + select BR2_TOOLCHAIN_HAS_GCC_BUG_58595 # based-on gcc-4.7.3 select BR2_TOOLCHAIN_EXTERNAL_GLIBC select BR2_TOOLCHAIN_HAS_NATIVE_RPC select BR2_INSTALL_LIBSTDCPP |