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 | 89af1688ef418fd52f6bfe505fc789c3fc981dba (patch) | |
tree | a80a0849c1844aac378d7cc5e5923d948255855b /configure | |
parent | c164c0d078caf88653a2ce97a1ca29288037922c (diff) | |
download | newlib-89af1688ef418fd52f6bfe505fc789c3fc981dba.zip newlib-89af1688ef418fd52f6bfe505fc789c3fc981dba.tar.gz newlib-89af1688ef418fd52f6bfe505fc789c3fc981dba.tar.bz2 |
Enable gprof for cross builds.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |