summaryrefslogtreecommitdiff
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
commitf7d58780d4265a6400d9198810c569287b947ced (patch)
tree1ceacef569b30a08057d58fd9a9b24326a745d2c
parentff4521ef9b2042d368823afa238a701aa41caf6a (diff)
downloadgdb-f7d58780d4265a6400d9198810c569287b947ced.tar.gz
* 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 1e318c4fd26..7c134e91b47 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 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.