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 | 1715026a4a368cae2b3b884da495f519ffd2284e (patch) | |
tree | ef1613d0748aa51363112b97b7ec01599cb39658 /configure.in | |
parent | a0754c0243b66f242a67ce77c0daab41e9092fec (diff) | |
download | gdb-1715026a4a368cae2b3b884da495f519ffd2284e.tar.gz |
Enable gprof for cross builds.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index e3e3500c998..62338445b85 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. |