Enable gprof for cross builds.
This commit is contained in:
parent
c164c0d078
commit
89af1688ef
|
@ -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>
|
2006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
|
||||||
|
|
||||||
* src-release (MAKEINFOFLAGS): Define.
|
* src-release (MAKEINFOFLAGS): Define.
|
||||||
|
|
|
@ -1022,7 +1022,7 @@ esac
|
||||||
|
|
||||||
# Some tools are only suitable for building in a "native" situation.
|
# Some tools are only suitable for building in a "native" situation.
|
||||||
# Remove these if host!=target.
|
# 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.
|
# Similarly, some are only suitable for cross toolchains.
|
||||||
# Remove these if host=target.
|
# Remove these if host=target.
|
||||||
|
|
|
@ -227,7 +227,7 @@ esac
|
||||||
|
|
||||||
# Some tools are only suitable for building in a "native" situation.
|
# Some tools are only suitable for building in a "native" situation.
|
||||||
# Remove these if host!=target.
|
# 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.
|
# Similarly, some are only suitable for cross toolchains.
|
||||||
# Remove these if host=target.
|
# Remove these if host=target.
|
||||||
|
|
Loading…
Reference in New Issue