diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-01-23 19:56:00 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-01-23 19:56:00 +0000 |
commit | 307a98643c95c33f7820d90a20a2ff8dccb79646 (patch) | |
tree | 95e2eeffde655cefcbd3d4d4bfa70f01ce90c616 /configure.in | |
parent | fc69c47cad76bc046b94c9cdc1cce1c57ded2960 (diff) | |
download | gcc-307a98643c95c33f7820d90a20a2ff8dccb79646.zip gcc-307a98643c95c33f7820d90a20a2ff8dccb79646.tar.gz gcc-307a98643c95c33f7820d90a20a2ff8dccb79646.tar.bz2 |
configure.in: Make rda native-only.
2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
* configure.in: Make rda native-only.
* configure: Regenerate.
From-SVN: r61668
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 4fd42ed..11289ee 100644 --- a/configure.in +++ b/configure.in @@ -258,7 +258,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" +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" # Similarly, some are only suitable for cross toolchains. # Remove these if host=target. |