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 | 26756a1627fa4284eaa9a9294e62e0c5306fe468 (patch) | |
tree | 994e770caf13fa965a78d4dedf6685e65ca7d80a /configure.in | |
parent | 01b7696589294097ded7c867bdc3dc8ea5b8e921 (diff) | |
download | gdb-26756a1627fa4284eaa9a9294e62e0c5306fe468.tar.gz |
* configure.in: Revert unintentional change.
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 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. |