summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorneroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4>2003-01-23 19:56:00 +0000
committerneroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4>2003-01-23 19:56:00 +0000
commitd5e7287b7d65ff0ff2f641bda7658a34f26a33ec (patch)
tree95e2eeffde655cefcbd3d4d4bfa70f01ce90c616
parent6430fa983f0a64d8f463b7c4e05e0d6351243f18 (diff)
downloadgcc-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
-rw-r--r--ChangeLog5
-rwxr-xr-xconfigure2
-rw-r--r--configure.in2
3 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 2b393bf4ba2..c3ca22b2bbd 100644
--- 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
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.