From 816f76457cce2290440e41e43744cb473a6f93c2 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 25 Jul 2011 13:38:58 +0000 Subject: uClibc: update to latest 0.9.32.1 git SVN-Revision: 27772 --- .../uClibc/patches-0.9.32/900-reorder_use_bx.patch | 41 ---------------------- 1 file changed, 41 deletions(-) delete mode 100644 toolchain/uClibc/patches-0.9.32/900-reorder_use_bx.patch (limited to 'toolchain/uClibc/patches-0.9.32/900-reorder_use_bx.patch') 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" -Cc: Khem Raj -Cc: Bernhard Reutner-Fischer -Cc: Carmelo AMOROSO ---- - 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. -- cgit v1.2.3