aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Nerode <neroden@gcc.gnu.org>2003-01-23 19:55:19 +0000
committerNathanael Nerode <neroden@gcc.gnu.org>2003-01-23 19:55:19 +0000
commitb7f27a92583463cd9ad2efa0c313b5b416152da8 (patch)
tree7b5d16aabb12c8581ae6d6f8f93da7a19dfa967b
parent5177500f26e1fc3127c607f72bd2dfbffb9165b3 (diff)
downloadgdb-b7f27a92583463cd9ad2efa0c313b5b416152da8.zip
gdb-b7f27a92583463cd9ad2efa0c313b5b416152da8.tar.gz
gdb-b7f27a92583463cd9ad2efa0c313b5b416152da8.tar.bz2
2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
* configure.in: Make rda native-only. * 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 4c383fc..0df2e57 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-19 Nathanael Nerode <neroden@gcc.gnu.org>
* configure.in: Add missing \.
diff --git a/configure b/configure
index 76d78fe..654e985 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 4fd42ed..11289ee 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.