diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2002-12-05 22:45:33 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2002-12-05 22:45:33 +0000 |
commit | bcaf2395966b07b9373b1c0118c95acbfcd0c6d5 (patch) | |
tree | 8f0e22941bfd9167de42db1cbaaf90a19afe51e6 | |
parent | b4fa093e19263942293bccaf2939b5879f374162 (diff) | |
download | binutils-gdb-bcaf2395966b07b9373b1c0118c95acbfcd0c6d5.tar.gz |
* configure.in: Revert unintentional change.
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 781178ba5a6..69fafa91e32 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org> + * configure.in: Revert unintentional change. + * src-release: Configure host subdirs. * Makefile.tpl: Change dependency for */multilib.out so that diff --git a/configure.in b/configure.in index 84effb64776..ccef5c82f70 100644 --- a/configure.in +++ b/configure.in @@ -202,7 +202,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 grep gzip hello indent m4 rcs recode sed shellutils tar textutils uudecode wdiff gprof target-groff guile perl time ash bash bzip2 prms snavigator gnuserv target-gperf target-rda" +native_only="autoconf automake libtool fileutils find gawk gettext grep gzip hello indent m4 rcs recode sed shellutils tar textutils uudecode wdiff gprof target-groff guile perl time ash bash bzip2 prms snavigator gnuserv target-gperf" # Similarly, some are only suitable for cross toolchains. # Remove these if host=target. |