summaryrefslogtreecommitdiffstats
path: root/toolchain/toolchain-external/toolchain-external-blackfin-uclinux/Config.in
diff options
context:
space:
mode:
authorArnout Vandecappelle <arnout@mind.be>2016-11-24 00:40:35 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-11-25 23:00:01 +0100
commit311bc137da2952445683413794f3ebc8e477c9ef (patch)
tree5685669cf419e184d177e7e4cc4ac5edaa0e8d68 /toolchain/toolchain-external/toolchain-external-blackfin-uclinux/Config.in
parent006ba68a3020477e8358eb0253acaf15220b84b5 (diff)
downloadbuildroot-311bc137da2952445683413794f3ebc8e477c9ef.tar.gz
buildroot-311bc137da2952445683413794f3ebc8e477c9ef.zip
toolchain: kill ADI Blackfin toolchain
This toolchain has many problems which are fixed in contemporary gcc and uClibc-ng. In addition, several hacks are needed to be able to work with this toolchain. All these hacks are removed as well. Also the package exceptions for this toolchain are removed. The BR2_BFIN_INSTALL_FDPIC_SHARED and BR2_BFIN_INSTALL_FLAT_SHARED options don't get a legacy entry. For the ADI toolchain, there already is a legacy entry, so it doesn't make sense to add it twice. For other external toolchains, these options didn't actually work, because they rely on the specific layout of the ADI toolchain. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'toolchain/toolchain-external/toolchain-external-blackfin-uclinux/Config.in')
-rw-r--r--toolchain/toolchain-external/toolchain-external-blackfin-uclinux/Config.in17
1 files changed, 0 insertions, 17 deletions
diff --git a/toolchain/toolchain-external/toolchain-external-blackfin-uclinux/Config.in b/toolchain/toolchain-external/toolchain-external-blackfin-uclinux/Config.in
deleted file mode 100644
index 8b299e857c..0000000000
--- a/toolchain/toolchain-external/toolchain-external-blackfin-uclinux/Config.in
+++ /dev/null
@@ -1,17 +0,0 @@
-config BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX
- bool "Blackfin.uclinux.org 2014R1"
- depends on BR2_bfin
- depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
- select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
- select BR2_INSTALL_LIBSTDCPP
- select BR2_TOOLCHAIN_HAS_NATIVE_RPC
- select BR2_USE_WCHAR
- select BR2_TOOLCHAIN_HAS_THREADS
- select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
- select BR2_HOSTARCH_NEEDS_IA32_LIBS
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10
- select BR2_TOOLCHAIN_GCC_AT_LEAST_4_3
- select BR2_TOOLCHAIN_HAS_FORTRAN
- help
- Toolchain for the Blackfin architecture, from
- http://blackfin.uclinux.org.
OpenPOWER on IntegriCloud