summaryrefslogtreecommitdiffstats
path: root/package/gdb
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-04-05 21:50:21 +0200
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-04-15 22:05:14 +0200
commit0cd6d15a208d37bc2c98f236c34afa64ff8b7588 (patch)
treecf8b07aca05a522a44abe2d559f3c70d7d7ddcae /package/gdb
parente55f21a9520dda5d39eaad728c9d0fcc30004f5a (diff)
downloadbuildroot-0cd6d15a208d37bc2c98f236c34afa64ff8b7588.tar.gz
buildroot-0cd6d15a208d37bc2c98f236c34afa64ff8b7588.zip
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 <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/gdb')
-rw-r--r--package/gdb/Config.in1
-rw-r--r--package/gdb/gdb.mk8
2 files changed, 0 insertions, 9 deletions
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
OpenPOWER on IntegriCloud