patches/binutils/2.17a/110-arm-eabi-conf.patch
author "Yann E. MORIN" <yann.morin.1998@free.fr>
Tue Mar 11 22:11:43 2014 +0100 (2014-03-11)
changeset 3293 e11a8a2e225d
parent 55 249c47587aa4
permissions -rw-r--r--
comptools: do not force build of make-3.81 unless really needed

On systems with make-3.82, we forcibly force the build and the use
of make-3.81

But some newer tools break when building with make-3.81. For example,
eglibc-3.18 breaks.

Introduce a new blind options that tools may select if they require
make-3.81. If the system does not have make-3.81, and this option is
selected, then we force the build of make-3.81. Otherwise, we leave
it to the user to decide on his own.

Note that no component selects this option for now. It will come in
later patches as we find them.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
     1 diff -dur binutils-2.17.old/configure binutils-2.17/configure
     2 --- binutils-2.17.old/configure	2007-05-01 18:26:03.000000000 +0200
     3 +++ binutils-2.17/configure	2007-05-01 18:26:06.000000000 +0200
     4 @@ -1305,7 +1305,7 @@
     5    arm-*-elf* | strongarm-*-elf* | xscale-*-elf* | arm*-*-eabi* )
     6      noconfigdirs="$noconfigdirs target-libffi target-qthreads"
     7      ;;
     8 -  arm*-*-linux-gnueabi)
     9 +  arm*-*-linux-gnueabi | arm*-*-linux-uclibcgnueabi)
    10      noconfigdirs="$noconfigdirs target-libffi target-qthreads"
    11      noconfigdirs="$noconfigdirs target-libjava target-libobjc"
    12      ;;
    13 diff -dur binutils-2.17.old/configure.in binutils-2.17/configure.in
    14 --- binutils-2.17.old/configure.in	2007-05-01 18:26:03.000000000 +0200
    15 +++ binutils-2.17/configure.in	2007-05-01 18:26:06.000000000 +0200
    16 @@ -497,7 +497,7 @@
    17    arm-*-elf* | strongarm-*-elf* | xscale-*-elf* | arm*-*-eabi* )
    18      noconfigdirs="$noconfigdirs target-libffi target-qthreads"
    19      ;;
    20 -  arm*-*-linux-gnueabi)
    21 +  arm*-*-linux-gnueabi | arm*-*-linux-uclibcgnueabi)
    22      noconfigdirs="$noconfigdirs target-libffi target-qthreads"
    23      noconfigdirs="$noconfigdirs target-libjava target-libobjc"
    24      ;;