diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2011-02-18 09:52:19 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2011-02-18 09:52:19 +0000 |
commit | 57be27f340588b609c374510d1114f054ac53274 (patch) | |
tree | 42c8f3d8bfe876ce3121dcd033adaf2c16dcaf47 /toolchain/binutils/patches/2.21/110-arm-eabi-conf.patch | |
parent | 3e974e67b2bd1a00d8e4194cf0b6957c59d5e629 (diff) | |
download | upstream-57be27f340588b609c374510d1114f054ac53274.tar.gz upstream-57be27f340588b609c374510d1114f054ac53274.tar.bz2 upstream-57be27f340588b609c374510d1114f054ac53274.zip |
add binutils 2.21
SVN-Revision: 25567
Diffstat (limited to 'toolchain/binutils/patches/2.21/110-arm-eabi-conf.patch')
-rw-r--r-- | toolchain/binutils/patches/2.21/110-arm-eabi-conf.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/toolchain/binutils/patches/2.21/110-arm-eabi-conf.patch b/toolchain/binutils/patches/2.21/110-arm-eabi-conf.patch new file mode 100644 index 0000000000..7a3dc8da96 --- /dev/null +++ b/toolchain/binutils/patches/2.21/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" |