diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-04-17 17:38:35 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-04-17 17:38:35 +0000 |
commit | 266c77afd525e1a1aebc578e317854ed6a8ed0e9 (patch) | |
tree | 6509ab0876dc7f29e633feb2607e19b3ccdab855 /toolchain/uClibc/patches-0.9.32/910-thumb_blind_options.patch | |
parent | 80fd3207873ab62286a1c93a6e243cb4f8708daf (diff) |
uClibc: update to latest version (rc3 + git changes), contains fixes for ipv6 dns issues
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26703 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/uClibc/patches-0.9.32/910-thumb_blind_options.patch')
-rw-r--r-- | toolchain/uClibc/patches-0.9.32/910-thumb_blind_options.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/uClibc/patches-0.9.32/910-thumb_blind_options.patch b/toolchain/uClibc/patches-0.9.32/910-thumb_blind_options.patch index 149668375b..9579932670 100644 --- a/toolchain/uClibc/patches-0.9.32/910-thumb_blind_options.patch +++ b/toolchain/uClibc/patches-0.9.32/910-thumb_blind_options.patch @@ -22,7 +22,7 @@ Cc: Carmelo AMOROSO <carmelo.amoroso@st.com> --- a/Rules.mak +++ b/Rules.mak -@@ -348,9 +348,10 @@ ifeq ($(TARGET_ARCH),arm) +@@ -351,9 +351,10 @@ ifeq ($(TARGET_ARCH),arm) CPU_CFLAGS-$(CONFIG_ARM_SA1100)+=-mtune=strongarm1100 -march=armv4 CPU_CFLAGS-$(CONFIG_ARM_XSCALE)+=$(call check_gcc,-mtune=xscale,-mtune=strongarm110) CPU_CFLAGS-$(CONFIG_ARM_XSCALE)+=-march=armv5te -Wa,-mcpu=xscale |