aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/binutils/patches/2.21.1/110-arm-eabi-conf.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2011-08-06 09:53:58 +0000
committerHauke Mehrtens <hauke@openwrt.org>2011-08-06 09:53:58 +0000
commit749ff706f1084e4207ce7801930e7b0ba5ff48ac (patch)
tree57bdbd189b9fb778ff3ebf5a9ef206a72a5d6667 /toolchain/binutils/patches/2.21.1/110-arm-eabi-conf.patch
parent7f6a8eafbf7278a9ab48fa60aaa5ae8038ae77a5 (diff)
downloadupstream-749ff706f1084e4207ce7801930e7b0ba5ff48ac.tar.gz
upstream-749ff706f1084e4207ce7801930e7b0ba5ff48ac.tar.bz2
upstream-749ff706f1084e4207ce7801930e7b0ba5ff48ac.zip
binutils: add binutils 2.21.1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27919 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/binutils/patches/2.21.1/110-arm-eabi-conf.patch')
-rw-r--r--toolchain/binutils/patches/2.21.1/110-arm-eabi-conf.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/toolchain/binutils/patches/2.21.1/110-arm-eabi-conf.patch b/toolchain/binutils/patches/2.21.1/110-arm-eabi-conf.patch
new file mode 100644
index 0000000000..7a3dc8da96
--- /dev/null
+++ b/toolchain/binutils/patches/2.21.1/110-arm-eabi-conf.patch
@@ -0,0 +1,22 @@
+--- a/configure
++++ b/configure
+@@ -3180,7 +3180,7 @@ case "${target}" in
+ noconfigdirs="$noconfigdirs target-libffi target-qthreads"
+ libgloss_dir=arm
+ ;;
+- arm*-*-linux-gnueabi)
++ arm*-*-linux-*gnueabi)
+ noconfigdirs="$noconfigdirs target-qthreads"
+ case ${with_newlib} in
+ no) noconfigdirs="$noconfigdirs target-newlib target-libgloss"
+--- a/configure.ac
++++ b/configure.ac
+@@ -652,7 +652,7 @@ case "${target}" in
+ noconfigdirs="$noconfigdirs target-libffi target-qthreads"
+ libgloss_dir=arm
+ ;;
+- arm*-*-linux-gnueabi)
++ arm*-*-linux-*gnueabi)
+ noconfigdirs="$noconfigdirs target-qthreads"
+ case ${with_newlib} in
+ no) noconfigdirs="$noconfigdirs target-newlib target-libgloss"