From: Nathanael Nerode Date: Thu, 23 Jan 2003 19:55:19 +0000 (+0000) Subject: 2003-01-23 Nathanael Nerode X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b7f27a92583463cd9ad2efa0c313b5b416152da8;p=binutils-gdb.git 2003-01-23 Nathanael Nerode * configure.in: Make rda native-only. * configure: Regenerate. --- diff --git a/ChangeLog b/ChangeLog index 4c383fcbd79..0df2e576f8e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-01-23 Nathanael Nerode + + * configure.in: Make rda native-only. + * configure: Regenerate. + 2003-01-19 Nathanael Nerode * configure.in: Add missing \. 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.