|
@@ -13,6 +13,7 @@ config BR2_TOOLCHAIN_EXTERNAL_LINARO_2013_11
|
|
|
depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
|
|
depends on BR2_ARM_EABIHF
|
|
|
depends on !BR2_PREFER_STATIC_LIB
|
|
|
+ select BR2_TOOLCHAIN_HAS_GCC_BUG_58854 # toolchain generated before fix backport
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
@@ -36,6 +37,7 @@ config BR2_TOOLCHAIN_EXTERNAL_LINARO_2013_10
|
|
|
depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
|
|
depends on BR2_ARM_EABIHF
|
|
|
depends on !BR2_PREFER_STATIC_LIB
|
|
|
+ select BR2_TOOLCHAIN_HAS_GCC_BUG_58854 # toolchain generated before fix backport
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
@@ -59,6 +61,7 @@ config BR2_TOOLCHAIN_EXTERNAL_LINARO_2013_09
|
|
|
depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
|
|
depends on BR2_ARM_EABIHF
|
|
|
depends on !BR2_PREFER_STATIC_LIB
|
|
|
+ select BR2_TOOLCHAIN_HAS_GCC_BUG_58854 # toolchain generated before fix backport
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
@@ -86,6 +89,7 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201311
|
|
|
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_58854 # based-on gcc-4.8.1
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
select BR2_INSTALL_LIBSTDCPP
|