diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 7 insertions, 2 deletions
@@ -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. @@ -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 11289ee..f6fd144 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" ################################################################################ |