diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-01-23 19:55:19 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-01-23 19:55:19 +0000 |
commit | e6bd792c074d4e361068af12a4152771b24a0354 (patch) | |
tree | a343ff0ca0c26c4684f8d29ccc4cf4c2d0d12dc4 /configure | |
parent | 87f4f0ab32be9cb56c851a4fdaa64aec7c2e9408 (diff) | |
download | cygnal-e6bd792c074d4e361068af12a4152771b24a0354.tar.gz cygnal-e6bd792c074d4e361068af12a4152771b24a0354.tar.bz2 cygnal-e6bd792c074d4e361068af12a4152771b24a0354.zip |
2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
* configure.in: Make rda native-only.
* configure: Regenerate.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |