From: Mark Shinwell Date: Wed, 24 May 2006 13:55:10 +0000 (+0000) Subject: Enable gprof for cross builds. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=93ba66c35f8821f40ece6df6d3822071c09b4f33;p=pf3gnuchains%2Fpf3gnuchains3x.git Enable gprof for cross builds. --- diff --git a/ChangeLog b/ChangeLog index 0a858cc843..65d9c15a87 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-05-24 Mark Shinwell + + * configure.in: Enable gprof for cross builds. + * configure: Regenerate. + 2006-05-17 Daniel Jacobowitz * src-release (MAKEINFOFLAGS): Define. diff --git a/configure b/configure index 9a54f72441..18d4115fb5 100755 --- a/configure +++ b/configure @@ -1022,7 +1022,7 @@ esac # Some tools are only suitable for building in a "native" situation. # Remove these if host!=target. -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" +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" # Similarly, some are only suitable for cross toolchains. # Remove these if host=target. diff --git a/configure.in b/configure.in index e3e3500c99..62338445b8 100644 --- a/configure.in +++ b/configure.in @@ -227,7 +227,7 @@ esac # Some tools are only suitable for building in a "native" situation. # Remove these if host!=target. -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" +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" # Similarly, some are only suitable for cross toolchains. # Remove these if host=target.