diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-07-25 13:38:58 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-07-25 13:38:58 +0000 |
commit | f8277b14eab37c1fba39cf918470e61c9dfa6abf (patch) | |
tree | 61deda84d43c6f5501808b00ea69403541e6a63d /toolchain/uClibc/patches-0.9.32/900-reorder_use_bx.patch | |
parent | aeb70915fb9ad48527d584f6a8c27ec132fea7d9 (diff) |
uClibc: update to latest 0.9.32.1 git
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27772 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/uClibc/patches-0.9.32/900-reorder_use_bx.patch')
-rw-r--r-- | toolchain/uClibc/patches-0.9.32/900-reorder_use_bx.patch | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/toolchain/uClibc/patches-0.9.32/900-reorder_use_bx.patch b/toolchain/uClibc/patches-0.9.32/900-reorder_use_bx.patch deleted file mode 100644 index ffe9e69f83..0000000000 --- a/toolchain/uClibc/patches-0.9.32/900-reorder_use_bx.patch +++ /dev/null @@ -1,41 +0,0 @@ -"Use BX" is not available on all CPUs, so the option depends on -a correct CPU to be chosen . It is weird that e BX" then appears -_above_ the CPU selection, not below. - -Move the "Use BX" after the CPU selection. - -Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> -Cc: Khem Raj <raj.khem@gmail.com> -Cc: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> -Cc: Carmelo AMOROSO <carmelo.amoroso@st.com> ---- - extra/Configs/Config.arm | 14 +++++++------- - 1 files changed, 7 insertions(+), 7 deletions(-) - ---- a/extra/Configs/Config.arm -+++ b/extra/Configs/Config.arm -@@ -30,13 +30,6 @@ config CONFIG_ARM_EABI - - endchoice - --config USE_BX -- bool "Use BX in function return" -- default y -- depends on !CONFIG_GENERIC_ARM && !CONFIG_ARM610 && !CONFIG_ARM710 -- help -- Use BX instruction for THUMB aware architectures. -- - choice - prompt "Target Processor Type" - default CONFIG_GENERIC_ARM -@@ -131,3 +124,10 @@ config CONFIG_ARM_IWMMXT - select ARCH_HAS_MMU - - endchoice -+ -+config USE_BX -+ bool "Use BX in function return" -+ default y -+ depends on !CONFIG_GENERIC_ARM && !CONFIG_ARM610 && !CONFIG_ARM710 -+ help -+ Use BX instruction for THUMB aware architectures. |