patches/binutils/2.15/cross-gprof.patch
changeset 1 eeea35fbf182
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/patches/binutils/2.15/cross-gprof.patch	Sat Feb 24 11:00:05 2007 +0000
     1.3 @@ -0,0 +1,22 @@
     1.4 +--- binutils-2.15/configure.old	2004-07-21 21:36:47.000000000 -0700
     1.5 ++++ binutils-2.15/configure	2004-07-21 21:37:08.000000000 -0700
     1.6 +@@ -999,7 +999,7 @@
     1.7 + 
     1.8 + # Some tools are only suitable for building in a "native" situation.
     1.9 + # Remove these if host!=target.  
    1.10 +-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"
    1.11 ++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"
    1.12 + 
    1.13 + # Similarly, some are only suitable for cross toolchains.
    1.14 + # Remove these if host=target.
    1.15 +--- binutils-2.15/configure.in.old	2004-07-21 21:37:19.000000000 -0700
    1.16 ++++ binutils-2.15/configure.in	2004-07-21 21:37:34.000000000 -0700
    1.17 +@@ -236,7 +236,7 @@
    1.18 + 
    1.19 + # Some tools are only suitable for building in a "native" situation.
    1.20 + # Remove these if host!=target.  
    1.21 +-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"
    1.22 ++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"
    1.23 + 
    1.24 + # Similarly, some are only suitable for cross toolchains.
    1.25 + # Remove these if host=target.