From: Nathanael Nerode Date: Thu, 23 Jan 2003 19:56:00 +0000 (+0000) Subject: configure.in: Make rda native-only. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=307a98643c95c33f7820d90a20a2ff8dccb79646;p=gcc.git configure.in: Make rda native-only. 2003-01-23 Nathanael Nerode * configure.in: Make rda native-only. * configure: Regenerate. From-SVN: r61668 --- diff --git a/ChangeLog b/ChangeLog index 2b393bf4ba2..c3ca22b2bbd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-01-23 Nathanael Nerode + + * configure.in: Make rda native-only. + * configure: Regenerate. + 2003-01-22 Volker Reichelt * MAINTAINERS: Move myself from GNATS-only-accounts to 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. diff --git a/configure.in b/configure.in index 4fd42ed246c..11289eea73f 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.