summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathanael Nerode <neroden@gcc.gnu.org>2003-01-23 22:33:55 +0000
committerNathanael Nerode <neroden@gcc.gnu.org>2003-01-23 22:33:55 +0000
commite8743e1912aa38a96c6994aebe46fd363185b2a7 (patch)
treefbb9da452b6890da1fff3831d95e0d7a69abb066
parent9b978ffe8b67bdccd1e0c5bf3ef3c65d60bc6cd3 (diff)
downloadcygnal-e8743e1912aa38a96c6994aebe46fd363185b2a7.tar.gz
cygnal-e8743e1912aa38a96c6994aebe46fd363185b2a7.tar.bz2
cygnal-e8743e1912aa38a96c6994aebe46fd363185b2a7.zip
2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
* configure.in: Revert previous change. * configure: Regenerate.
-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 0df2e576f..5a7239363 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
+ * configure.in: Revert previous change.
+ * configure: Regenerate.
+
+2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
+
* configure.in: Make rda native-only.
* configure: Regenerate.
diff --git a/configure b/configure
index 654e985db..d871e4ae6 100755
--- a/configure
+++ b/configure
@@ -828,7 +828,7 @@ target_libs="target-libiberty \
# list belongs in this list. those programs are also very likely
# candidates for the "native_only" list which follows
#
-target_tools="target-examples target-groff target-gperf target-rda"
+target_tools="target-examples target-groff target-gperf"
################################################################################
diff --git a/configure.in b/configure.in
index 11289eea7..f6fd144b5 100644
--- a/configure.in
+++ b/configure.in
@@ -171,7 +171,7 @@ target_libs="target-libiberty \
# list belongs in this list. those programs are also very likely
# candidates for the "native_only" list which follows
#
-target_tools="target-examples target-groff target-gperf target-rda"
+target_tools="target-examples target-groff target-gperf"
################################################################################