41 lines
1.2 KiB
Diff
41 lines
1.2 KiB
Diff
|
From b18d26fe870cbe95bb9c9fe43767d8688bad9596 Mon Sep 17 00:00:00 2001
|
||
|
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
|
||
|
Date: Thu, 17 Mar 2016 22:41:44 +0100
|
||
|
Subject: [PATCH] arm: remove USE_BX option
|
||
|
|
||
|
Now that __USE_BX__ is no longer used anywhere, we can get rid of the
|
||
|
configuration option.
|
||
|
|
||
|
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
|
||
|
---
|
||
|
extra/Configs/Config.arm | 8 --------
|
||
|
1 file changed, 8 deletions(-)
|
||
|
|
||
|
diff --git a/extra/Configs/Config.arm b/extra/Configs/Config.arm
|
||
|
index 00cf982..6090ead 100644
|
||
|
--- a/extra/Configs/Config.arm
|
||
|
+++ b/extra/Configs/Config.arm
|
||
|
@@ -27,19 +27,11 @@ config CONFIG_ARM_EABI
|
||
|
|
||
|
config COMPILE_IN_THUMB_MODE
|
||
|
bool "Build using Thumb mode"
|
||
|
- select USE_BX
|
||
|
select USE_LDREXSTREX
|
||
|
help
|
||
|
Say 'y' here to force building uClibc in thumb mode.
|
||
|
Say 'n' to use your compiler's default mode.
|
||
|
|
||
|
-config USE_BX
|
||
|
- bool "Use BX in function return"
|
||
|
- help
|
||
|
- Say 'y' to use BX to return from functions on your thumb-aware
|
||
|
- processor. Say 'y' if you need to use interworking. Say 'n' if not.
|
||
|
- It is safe to say 'y' even if you're not doing interworking.
|
||
|
-
|
||
|
config USE_LDREXSTREX
|
||
|
bool "Use load-store exclusive ASM ops (not supported in SmartFusion)"
|
||
|
depends on COMPILE_IN_THUMB_MODE
|
||
|
--
|
||
|
2.6.4
|
||
|
|