patches/binutils/2.20/250-arm-eabi-conf.patch
author Remy Bohmer <linux@bohmer.net>
Thu May 27 23:18:19 2010 +0200 (2010-05-27)
changeset 2060 51e4597b07fc
permissions -rw-r--r--
scripts: add option to strip all toolchain executables

To reduce filesizes of the toolchain and even improve build times
of projects to be build with this toolchain it is usefull to strip
the delivered toolchain executables. Since it is not likely that we
will debug the toolchain executables itself we do not need the
debug information inside the executables itself.

Signed-off-by: Remy Bohmer <linux@bohmer.net>
     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"