X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/fcbb4886f4cdcba6c18bcae586b0bfa425959350..cfa5873feef255690e1348995dfd0a1727b9553b:/toolchain/uClibc/patches-0.9.32/920-remove_sub-arch_variants.patch diff --git a/toolchain/uClibc/patches-0.9.32/920-remove_sub-arch_variants.patch b/toolchain/uClibc/patches-0.9.32/920-remove_sub-arch_variants.patch index 4051ef39f..e8a97c4f8 100644 --- a/toolchain/uClibc/patches-0.9.32/920-remove_sub-arch_variants.patch +++ b/toolchain/uClibc/patches-0.9.32/920-remove_sub-arch_variants.patch @@ -15,12 +15,10 @@ Cc: Carmelo AMOROSO extra/Configs/Config.arm | 125 ++-------------------------------------------- 2 files changed, 5 insertions(+), 139 deletions(-) -diff --git a/Rules.mak b/Rules.mak -index 2a16908..09741a6 100644 --- a/Rules.mak +++ b/Rules.mak -@@ -332,25 +332,6 @@ ifeq ($(TARGET_ARCH),arm) - OPTIMIZATION+=-fstrict-aliasing +@@ -335,25 +335,6 @@ endif + ifeq ($(TARGET_ARCH),arm) CPU_CFLAGS-$(ARCH_LITTLE_ENDIAN)+=-mlittle-endian CPU_CFLAGS-$(ARCH_BIG_ENDIAN)+=-mbig-endian - CPU_CFLAGS-$(CONFIG_GENERIC_ARM)+= @@ -45,8 +43,6 @@ index 2a16908..09741a6 100644 CPU_CFLAGS-$(COMPILE_IN_THUMB_MODE)+=-mthumb endif -diff --git a/extra/Configs/Config.arm b/extra/Configs/Config.arm -index c9c40d4..6c75a00 100644 --- a/extra/Configs/Config.arm +++ b/extra/Configs/Config.arm @@ -30,129 +30,14 @@ config CONFIG_ARM_EABI @@ -184,6 +180,3 @@ index c9c40d4..6c75a00 100644 - depends on HAS_THUMB help Use BX instruction for THUMB aware architectures. --- -1.7.1 -