summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-03-18 22:08:07 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-03-30 00:14:55 +0200
commit0bbe85e6ea9ccf9f22bead7c45eaa3a4684200e8 (patch)
tree7837f158be89176fd551e448fdba520fbba7cacd
parent15a2901d369f7f0087cdc7386ffd43ed28bb9c71 (diff)
downloadbuildroot-0bbe85e6ea9ccf9f22bead7c45eaa3a4684200e8.tar.gz
buildroot-0bbe85e6ea9ccf9f22bead7c45eaa3a4684200e8.zip
uclibc: remove USE_BX handling
Now that uClibc is capable of figuring out by itself whether 'bx' can be used or not, we can simplify the logic in Buildroot. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/uclibc/Config.in5
-rw-r--r--package/uclibc/uclibc.mk11
2 files changed, 0 insertions, 16 deletions
diff --git a/package/uclibc/Config.in b/package/uclibc/Config.in
index 16bf89c627..e7229085c0 100644
--- a/package/uclibc/Config.in
+++ b/package/uclibc/Config.in
@@ -139,11 +139,6 @@ config BR2_UCLIBC_ARC_TYPE
default "ARC_CPU_700" if BR2_arc770d
default "ARC_CPU_HS" if BR2_archs38
-config BR2_UCLIBC_ARM_BX
- bool
- depends on BR2_UCLIBC_TARGET_ARCH = "arm"
- default y if (BR2_ARM_CPU_HAS_THUMB || BR2_ARM_CPU_HAS_THUMB2)
-
config BR2_UCLIBC_MIPS_ABI
string
depends on BR2_UCLIBC_TARGET_ARCH = "mips"
diff --git a/package/uclibc/uclibc.mk b/package/uclibc/uclibc.mk
index 88a4a8cf42..c981d80118 100644
--- a/package/uclibc/uclibc.mk
+++ b/package/uclibc/uclibc.mk
@@ -80,16 +80,6 @@ ifeq ($(BR2_ARM_INSTRUCTIONS_THUMB)$(BR2_TOOLCHAIN_HAS_THREADS),yy)
UCLIBC_EXTRA_CFLAGS += -marm
endif
-ifeq ($(BR2_UCLIBC_ARM_BX),y)
-define UCLIBC_ARM_BX_CONFIG
- $(call KCONFIG_ENABLE_OPT,USE_BX,$(@D)/.config)
-endef
-else
-define UCLIBC_ARM_BX_CONFIG
- $(call KCONFIG_DISABLE_OPT,USE_BX,$(@D)/.config)
-endef
-endif
-
endif # arm
#
@@ -362,7 +352,6 @@ define UCLIBC_KCONFIG_FIXUP_CMDS
$(UCLIBC_ARC_TYPE_CONFIG)
$(UCLIBC_ARC_PAGE_SIZE_CONFIG)
$(UCLIBC_ARM_ABI_CONFIG)
- $(UCLIBC_ARM_BX_CONFIG)
$(UCLIBC_MIPS_ABI_CONFIG)
$(UCLIBC_MIPS_ISA_CONFIG)
$(UCLIBC_SH_TYPE_CONFIG)
OpenPOWER on IntegriCloud