aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Shinwell <shinwell@codesourcery.com>2006-05-24 13:55:10 +0000
committerMark Shinwell <shinwell@codesourcery.com>2006-05-24 13:55:10 +0000
commit89af1688ef418fd52f6bfe505fc789c3fc981dba (patch)
treea80a0849c1844aac378d7cc5e5923d948255855b
parentc164c0d078caf88653a2ce97a1ca29288037922c (diff)
downloadnewlib-89af1688ef418fd52f6bfe505fc789c3fc981dba.zip
newlib-89af1688ef418fd52f6bfe505fc789c3fc981dba.tar.gz
newlib-89af1688ef418fd52f6bfe505fc789c3fc981dba.tar.bz2
Enable gprof for cross builds.
-rw-r--r--ChangeLog5
-rwxr-xr-xconfigure2
-rw-r--r--configure.in2
3 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 0a858cc..65d9c15 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
+
+ * configure.in: Enable gprof for cross builds.
+ * configure: Regenerate.
+
2006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
* src-release (MAKEINFOFLAGS): Define.
diff --git a/configure b/configure
index 9a54f72..18d4115 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 e3e3500..6233844 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.