From: Nathan Sidwell Date: Fri, 5 May 2006 12:21:52 +0000 (+0000) Subject: * configure: Regenerate. X-Git-Tag: binutils-csl-coldfire-4_1-10~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=89fa0dc01c652372c03acdbdc6741525477ac6d5;p=thirdparty%2Fbinutils-gdb.git * configure: Regenerate. * configure.in: Enable gprof for cross builds. --- diff --git a/ChangeLog.csl b/ChangeLog.csl index 1e318c4fd26..7c134e91b47 100644 --- a/ChangeLog.csl +++ b/ChangeLog.csl @@ -1,3 +1,8 @@ +2006-05-05 Mark Shinwell + + * configure: Regenerate. + * configure.in: Enable gprof for cross builds. + 2006-05-03 Julian Brown * gas/doc/c-arm.texi: Add documentation for .dn/.qn directives. diff --git a/configure b/configure index 9d3ea07ea72..a4f069db09d 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 a53759ac696..88ad3686037 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.