diff options
author | Mark Shinwell <shinwell@codesourcery.com> | 2006-05-24 13:55:10 +0000 |
---|---|---|
committer | Mark Shinwell <shinwell@codesourcery.com> | 2006-05-24 13:55:10 +0000 |
commit | 701628f594d3a67a6bd95c660387b0c1b7882021 (patch) | |
tree | b42d8a9ff7827175b846bf42a0a1031c4dcfa0a2 | |
parent | 9b52905e69ccaa858a7c35bf46225123a311a081 (diff) | |
download | gdb-701628f594d3a67a6bd95c660387b0c1b7882021.zip gdb-701628f594d3a67a6bd95c660387b0c1b7882021.tar.gz gdb-701628f594d3a67a6bd95c660387b0c1b7882021.tar.bz2 |
Enable gprof for cross builds.
-rw-r--r-- | ChangeLog | 5 | ||||
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 7 insertions, 2 deletions
@@ -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. @@ -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. |