patches/binutils/2.20/250-arm-eabi-conf.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Wed May 18 23:00:46 2011 +0200 (2011-05-18)
changeset 2467 200836977ce6
permissions -rw-r--r--
config: rename variables that are arrays

Make it explicit that a variable is an array bu the name of the variable.
It will be used later when .config gets munged to allow both multiple
arguments and arguments with spaces at the same time to be passed from the
configuration down to the build scripts.

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