patches/binutils/2.16.1a/140-cross-gprof.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Jul 17 17:54:21 2011 +0200 (2011-07-17)
changeset 2888 dd71df95903a
parent 402 197e1b49586e
permissions -rw-r--r--
cc/gcc: pass the companion libs prefix to cc_core

In case of canadian-cross, the companion libraries are not the same for
the core cc (they run on 'build') as they are for the final cc (they run
on 'host').

Prepare for this differentiation (coming later), while retaining the
current behavior (to use the same compblibs).

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
yann@402
     1
--- binutils-2.15/configure.old	2004-07-21 21:36:47.000000000 -0700
yann@402
     2
+++ binutils-2.15/configure	2004-07-21 21:37:08.000000000 -0700
yann@402
     3
@@ -999,7 +999,7 @@
yann@402
     4
 
yann@402
     5
 # Some tools are only suitable for building in a "native" situation.
yann@402
     6
 # Remove these if host!=target.  
yann@402
     7
-native_only="autoconf automake libtool fileutils find gawk gettext gzip hello indent m4 rcs recode sed shellutils tar textutils uudecode wdiff gprof target-groff guile perl time ash bash bzip2 prms gnuserv target-gperf"
yann@402
     8
+native_only="autoconf automake libtool fileutils find gawk gettext gzip hello indent m4 rcs recode sed shellutils tar textutils uudecode wdiff target-groff guile perl time ash bash bzip2 prms gnuserv target-gperf"
yann@402
     9
 
yann@402
    10
 # Similarly, some are only suitable for cross toolchains.
yann@402
    11
 # Remove these if host=target.
yann@402
    12
--- binutils-2.15/configure.in.old	2004-07-21 21:37:19.000000000 -0700
yann@402
    13
+++ binutils-2.15/configure.in	2004-07-21 21:37:34.000000000 -0700
yann@402
    14
@@ -236,7 +236,7 @@
yann@402
    15
 
yann@402
    16
 # Some tools are only suitable for building in a "native" situation.
yann@402
    17
 # Remove these if host!=target.  
yann@402
    18
-native_only="autoconf automake libtool fileutils find gawk gettext gzip hello indent m4 rcs recode sed shellutils tar textutils uudecode wdiff gprof target-groff guile perl time ash bash bzip2 prms gnuserv target-gperf"
yann@402
    19
+native_only="autoconf automake libtool fileutils find gawk gettext gzip hello indent m4 rcs recode sed shellutils tar textutils uudecode wdiff target-groff guile perl time ash bash bzip2 prms gnuserv target-gperf"
yann@402
    20
 
yann@402
    21
 # Similarly, some are only suitable for cross toolchains.
yann@402
    22
 # Remove these if host=target.