diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2011-02-21 11:43:16 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2011-02-21 11:43:16 +0000 |
commit | e733d679a016ca5bf230c9f08bdf523f920cb1aa (patch) | |
tree | 31681d52cf3fdb3f51bd25114ece699474b1045b /toolchain/binutils/patches/2.19.1+cs/110-arm-eabi-conf.patch | |
parent | 3d217da60be837026f3af237bac84e2fdda5c57c (diff) | |
download | upstream-e733d679a016ca5bf230c9f08bdf523f920cb1aa.tar.gz upstream-e733d679a016ca5bf230c9f08bdf523f920cb1aa.tar.bz2 upstream-e733d679a016ca5bf230c9f08bdf523f920cb1aa.zip |
remove the CS variant - broken since it's addition
SVN-Revision: 25648
Diffstat (limited to 'toolchain/binutils/patches/2.19.1+cs/110-arm-eabi-conf.patch')
-rw-r--r-- | toolchain/binutils/patches/2.19.1+cs/110-arm-eabi-conf.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/toolchain/binutils/patches/2.19.1+cs/110-arm-eabi-conf.patch b/toolchain/binutils/patches/2.19.1+cs/110-arm-eabi-conf.patch deleted file mode 100644 index b4a831d374..0000000000 --- a/toolchain/binutils/patches/2.19.1+cs/110-arm-eabi-conf.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- a/configure -+++ b/configure -@@ -2330,7 +2330,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 -@@ -566,7 +566,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" |