]> gcc.gnu.org Git - gcc.git/commitdiff
configure.in: Make rda native-only.
authorNathanael Nerode <neroden@gcc.gnu.org>
Thu, 23 Jan 2003 19:56:00 +0000 (19:56 +0000)
committerNathanael Nerode <neroden@gcc.gnu.org>
Thu, 23 Jan 2003 19:56:00 +0000 (19:56 +0000)
2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>

* configure.in: Make rda native-only.
* configure: Regenerate.

From-SVN: r61668

ChangeLog
configure
configure.in

index 2b393bf4ba2e8f9ff9feff42f7f815fa8de0a49a..c3ca22b2bbd7a05fcede14f681cdc2af0706ff80 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
+
+       * configure.in: Make rda native-only.
+       * configure: Regenerate.
+
 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
 
        * MAINTAINERS: Move myself from GNATS-only-accounts to
index 76d78fe6b841ebe93d64877f13be798a054b25d0..654e985dbfe12441ee3da2241e34d895b0c8797a 100755 (executable)
--- 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.
index 4fd42ed246c129fad7348a4987df17a48fa0a96f..11289eea73fff0f607ca82b0afd3cc221b9fbdf6 100644 (file)
@@ -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.
This page took 0.076232 seconds and 5 git commands to generate.