summaryrefslogtreecommitdiff
path: root/package/openpgm
diff options
context:
space:
mode:
authorRomain Naour <romain.naour@openwide.fr>2015-12-19 19:14:44 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-12-20 13:47:31 +0100
commit063593b77217630ff11389cfd512fbd6f7bb5c6b (patch)
tree5d0151ab3332ea8238b0e476d617a3e4d54241b0 /package/openpgm
parentf4da09eafd9ff60c3c13716bc7d5265efbcc926c (diff)
toolchain-external: ADI Blackfin: 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 Remove old ADI toolchain handling in glog, openpgm and zeromq. Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/openpgm')
-rw-r--r--package/openpgm/Config.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/package/openpgm/Config.in b/package/openpgm/Config.in
index d541d13e7..94816d80a 100644
--- a/package/openpgm/Config.in
+++ b/package/openpgm/Config.in
@@ -1,8 +1,7 @@
config BR2_PACKAGE_OPENPGM
bool "openpgm"
- # The following toolchains lack required compiler intrinsics
- depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2014R1
- depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2013R1
+ # This toolchain lack required compiler intrinsics
+ depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX
depends on BR2_TOOLCHAIN_HAS_THREADS
depends on BR2_USE_WCHAR
help