From 0cd6d15a208d37bc2c98f236c34afa64ff8b7588 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Thu, 5 Apr 2018 21:50:21 +0200 Subject: toolchain, gcc, gdb, binutils, uclibc: remove Blackfin code This commit removes Blackfin related code from all toolchain code and components. Signed-off-by: Thomas Petazzoni --- package/gdb/Config.in | 1 - package/gdb/gdb.mk | 8 -------- 2 files changed, 9 deletions(-) (limited to 'package/gdb') diff --git a/package/gdb/Config.in b/package/gdb/Config.in index af020f40c5..6eea73b071 100644 --- a/package/gdb/Config.in +++ b/package/gdb/Config.in @@ -2,7 +2,6 @@ config BR2_PACKAGE_GDB_ARCH_SUPPORTS bool default y depends on !((BR2_arm || BR2_armeb) && BR2_BINFMT_FLAT) - depends on !BR2_bfin depends on !BR2_microblaze depends on !BR2_nios2 depends on !BR2_or1k diff --git a/package/gdb/gdb.mk b/package/gdb/gdb.mk index 5ca464ad46..ca71349cb3 100644 --- a/package/gdb/gdb.mk +++ b/package/gdb/gdb.mk @@ -215,16 +215,8 @@ else HOST_GDB_CONF_OPTS += --without-python endif -# workaround a bug if in-tree build is used for bfin sim -define HOST_GDB_BFIN_SIM_WORKAROUND - $(RM) $(@D)/sim/common/tconfig.h -endef - ifeq ($(BR2_PACKAGE_HOST_GDB_SIM),y) HOST_GDB_CONF_OPTS += --enable-sim -ifeq ($(BR2_bfin),y) -HOST_GDB_PRE_CONFIGURE_HOOKS += HOST_GDB_BFIN_SIM_WORKAROUND -endif else HOST_GDB_CONF_OPTS += --disable-sim endif -- cgit v1.2.1