summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-04-05 21:50:17 +0200
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-04-15 22:03:41 +0200
commit325bb37942f8d3826dab9dc6e88b25234e67a2cf (patch)
treea4d43926f7a3fb1b39e380d34fa8eacd685f2218 /Makefile
parent373dac0423a508510c6bb980e6a7de6d57f4b3e6 (diff)
downloadbuildroot-325bb37942f8d3826dab9dc6e88b25234e67a2cf.tar.gz
buildroot-325bb37942f8d3826dab9dc6e88b25234e67a2cf.zip
arch: remove Blackfin architecture
The Blackfin architecture has for a long time been complicated to maintain, with poor support in upstream binutils/gcc. As of April 2018, the Blackfin architecture has been dropped from the upstream Linux kernel. Also, the Analog Device engineer who used to be in touch with the Buildroot community also privately said we should drop the support for this architecture, which Analog Devices is no longer using, promoting and maintaining. The BR2_BINFMT_FLAT_SEP_DATA option becomes unselectable, it will be removed in a future commit. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3b846b997a..54f940659c 100644
--- a/Makefile
+++ b/Makefile
@@ -429,7 +429,6 @@ KERNEL_ARCH := $(shell echo "$(ARCH)" | sed -e "s/-.*//" \
-e s/arceb/arc/ \
-e s/arm.*/arm/ -e s/sa110/arm/ \
-e s/aarch64.*/arm64/ \
- -e s/bfin/blackfin/ \
-e s/or1k/openrisc/ \
-e s/parisc64/parisc/ \
-e s/powerpc64.*/powerpc/ \
OpenPOWER on IntegriCloud