diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-07-25 13:38:58 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-07-25 13:38:58 +0000 |
commit | 816f76457cce2290440e41e43744cb473a6f93c2 (patch) | |
tree | 586a45393a2c048785e8bbb64e0f013718dfbb92 /toolchain/uClibc/patches-0.9.32/920-remove_sub-arch_variants.patch | |
parent | 5820306407040480272527ceba969ecbc14f35af (diff) | |
download | upstream-816f76457cce2290440e41e43744cb473a6f93c2.tar.gz upstream-816f76457cce2290440e41e43744cb473a6f93c2.tar.bz2 upstream-816f76457cce2290440e41e43744cb473a6f93c2.zip |
uClibc: update to latest 0.9.32.1 git
SVN-Revision: 27772
Diffstat (limited to 'toolchain/uClibc/patches-0.9.32/920-remove_sub-arch_variants.patch')
-rw-r--r-- | toolchain/uClibc/patches-0.9.32/920-remove_sub-arch_variants.patch | 4 |
1 files changed, 2 insertions, 2 deletions
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 254841b5dc..e8a97c4f8f 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 @@ -17,8 +17,8 @@ Cc: Carmelo AMOROSO <carmelo.amoroso@st.com> --- a/Rules.mak +++ b/Rules.mak -@@ -335,25 +335,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)+= |