patches/binutils/2.20/250-arm-eabi-conf.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Jan 03 23:40:22 2011 +0100 (2011-01-03)
changeset 2267 7af68e6083aa
permissions -rw-r--r--
libc-glibc: remove 2.3.6

This is an obsolete version which is no longer used by any sample (the only
user, the ia64 sample, has been removed).

It also makes the code path a bit complex, with twists just to accomodate
that version. Removing the version will make those twists go away, and
will ease commonalisation of glibc and eglibc in the future (hopefully!).

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
jocke@1700
     1
diff -u binutils-2.20.orig/configure binutils-2.20/configure
jocke@1700
     2
--- binutils-2.20.orig/configure	2010-01-05 11:15:44.000000000 +0100
jocke@1700
     3
+++ binutils-2.20/configure	2010-01-05 12:25:41.000000000 +0100
jocke@1700
     4
@@ -3086,7 +3086,7 @@
jocke@1700
     5
     noconfigdirs="$noconfigdirs target-libffi target-qthreads"
jocke@1700
     6
     libgloss_dir=arm
jocke@1700
     7
     ;;
jocke@1700
     8
-  arm*-*-linux-gnueabi)
jocke@1700
     9
+  arm*-*-linux-*gnueabi)
jocke@1700
    10
     noconfigdirs="$noconfigdirs target-qthreads"
jocke@1700
    11
     case ${with_newlib} in
jocke@1700
    12
       no) noconfigdirs="$noconfigdirs target-newlib target-libgloss"
jocke@1700
    13
diff -u binutils-2.20.orig/configure.ac binutils-2.20/configure.ac
jocke@1700
    14
--- binutils-2.20.orig/configure.ac	2010-01-05 11:15:44.000000000 +0100
jocke@1700
    15
+++ binutils-2.20/configure.ac	2010-01-05 12:25:51.000000000 +0100
jocke@1700
    16
@@ -573,7 +573,7 @@
jocke@1700
    17
     noconfigdirs="$noconfigdirs target-libffi target-qthreads"
jocke@1700
    18
     libgloss_dir=arm
jocke@1700
    19
     ;;
jocke@1700
    20
-  arm*-*-linux-gnueabi)
jocke@1700
    21
+  arm*-*-linux-*gnueabi)
jocke@1700
    22
     noconfigdirs="$noconfigdirs target-qthreads"
jocke@1700
    23
     case ${with_newlib} in
jocke@1700
    24
       no) noconfigdirs="$noconfigdirs target-newlib target-libgloss"