diff options
author | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-23 19:56:00 +0000 |
---|---|---|
committer | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-23 19:56:00 +0000 |
commit | d5e7287b7d65ff0ff2f641bda7658a34f26a33ec (patch) | |
tree | 95e2eeffde655cefcbd3d4d4bfa70f01ce90c616 /configure | |
parent | 6430fa983f0a64d8f463b7c4e05e0d6351243f18 (diff) | |
download | gcc-d5e7287b7d65ff0ff2f641bda7658a34f26a33ec.tar.gz |
2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
* configure.in: Make rda native-only.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61668 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index 76d78fe6b84..654e985dbfe 100755 --- a/configure +++ b/configure @@ -915,7 +915,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. |