summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@codesourcery.com>2006-05-05 12:21:52 +0000
committerNathan Sidwell <nathan@codesourcery.com>2006-05-05 12:21:52 +0000
commit4618f0298d0b7c5540b52d94a75646eeff09c654 (patch)
tree41ba9333482311a2e327c5970ece1a3fb50dda37
parent6a562220d5c26e9e1132e4bd727c57d9b741b567 (diff)
downloadcygnal-4618f0298d0b7c5540b52d94a75646eeff09c654.tar.gz
cygnal-4618f0298d0b7c5540b52d94a75646eeff09c654.tar.bz2
cygnal-4618f0298d0b7c5540b52d94a75646eeff09c654.zip
* configure: Regenerate.
* configure.in: Enable gprof for cross builds.
-rw-r--r--ChangeLog.csl5
-rwxr-xr-xconfigure2
-rw-r--r--configure.in2
3 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index 1e318c4fd..7c134e91b 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,3 +1,8 @@
+2006-05-05 Mark Shinwell <shinwell@codesourcery.com>
+
+ * configure: Regenerate.
+ * configure.in: Enable gprof for cross builds.
+
2006-05-03 Julian Brown <julian@codesourcery.com>
* gas/doc/c-arm.texi: Add documentation for .dn/.qn directives.
diff --git a/configure b/configure
index 9d3ea07ea..a4f069db0 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 a53759ac6..88ad36860 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.