summaryrefslogtreecommitdiff
path: root/package/boost
diff options
context:
space:
mode:
authorRomain Naour <romain.naour@openwide.fr>2015-11-21 17:36:16 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-12-18 22:57:16 +0100
commitc785b1b2c4dc51f24f72a82b1d36a8180c220d90 (patch)
tree28b1c4888ac5d2d72276501688d7b5eda97072b2 /package/boost
parent09f1a3b9ebd380b42fb63f83dd43d9c9bf7b3370 (diff)
toolchain-external: CodeSourcery NIOSII: support only one version
See the conclusion about external toolchains during the Buildroot meeting [1]: "In the future, we stick to a single external toolchain version. The Kconfig symbol should not encode the version (avoid legacy handling)" [1] http://elinux.org/index.php?title=Buildroot:DeveloperDaysELCE2015#Report Signed-off-by: Romain Naour <romain.naour@openwide.fr> Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/boost')
-rw-r--r--package/boost/Config.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/package/boost/Config.in b/package/boost/Config.in
index 83f6871e8..03935e8c8 100644
--- a/package/boost/Config.in
+++ b/package/boost/Config.in
@@ -3,8 +3,7 @@ comment "boost needs a toolchain w/ C++, threads, wchar"
config BR2_PACKAGE_BOOST_ARCH_SUPPORTS
bool
- default y if !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405 && \
- !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201305
+ default y if !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII
config BR2_PACKAGE_BOOST
bool "boost"