diff options
author | Bryan Hundven <bryanhundven@gmail.com> | 2015-11-09 22:30:45 -0800 |
---|---|---|
committer | Bryan Hundven <bryanhundven@gmail.com> | 2015-11-09 22:30:45 -0800 |
commit | e9e29e7a46aba13f3f26a1cd30fd2c74c5a63885 (patch) | |
tree | e8ac06d542dd2a76027736a6596e447c4d83a08c /config | |
parent | 85f98147f57b3001282fc0365be245b9c81a3a16 (diff) | |
download | crosstool-ng-e9e29e7a46aba13f3f26a1cd30fd2c74c5a63885.tar.gz crosstool-ng-e9e29e7a46aba13f3f26a1cd30fd2c74c5a63885.tar.bz2 crosstool-ng-e9e29e7a46aba13f3f26a1cd30fd2c74c5a63885.zip |
blackfin: Remove blackfin support
This commit removes blackfin support.
I'm open to re-adding blackfin after crosstool-1.23.0 is released, but
it is currently too difficult to port forward to newer versions of gcc
and uclibc.
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/arch/blackfin.in | 11 | ||||
-rw-r--r-- | config/libc/uClibc.in.2 | 2 |
2 files changed, 1 insertions, 12 deletions
diff --git a/config/arch/blackfin.in b/config/arch/blackfin.in deleted file mode 100644 index 2e487425..00000000 --- a/config/arch/blackfin.in +++ /dev/null @@ -1,11 +0,0 @@ -# Blackfin specific configuration file - -## select ARCH_SUPPORTS_32 -## select ARCH_DEFAULT_32 -## select ARCH_DEFAULT_LE -## select ARCH_SUPPORTS_WITH_ARCH -## select ARCH_SUPPORTS_WITH_CPU -## select ARCH_SUPPORTS_WITH_TUNE -## select ARCH_SUPPORTS_WITH_FPU -## -## help The Blackfin architecture diff --git a/config/libc/uClibc.in.2 b/config/libc/uClibc.in.2 index 8a21a4fe..6660c434 100644 --- a/config/libc/uClibc.in.2 +++ b/config/libc/uClibc.in.2 @@ -22,7 +22,7 @@ config LIBC_UCLIBC_LNXTHRD_NEW help From the uClibc config option help: The new version has not been tested much, and lacks ports for arches - which glibc does not support (like bfin/frv/etc...), but is based on + which glibc does not support (like frv, etc...), but is based on the latest code from glibc, so it may be the only choice for the newer ports (like alpha/amd64/64bit arches and hppa). |