aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorNathanael Nerode <neroden@gcc.gnu.org>2004-08-03 20:52:01 +0000
committerNathanael Nerode <neroden@gcc.gnu.org>2004-08-03 20:52:01 +0000
commitbf7d3350b95942c74f53588476c2a76b52c9dfa6 (patch)
treeb3ac1a8e902ce66e658d5d19d99fef064fdf3225 /configure.in
parent98a5bb3b0e2d9d0337c6ebc449613bc31c75a14e (diff)
downloadgcc-bf7d3350b95942c74f53588476c2a76b52c9dfa6.zip
gcc-bf7d3350b95942c74f53588476c2a76b52c9dfa6.tar.gz
gcc-bf7d3350b95942c74f53588476c2a76b52c9dfa6.tar.bz2
Revert bogus portion of previous commit
From-SVN: r85502
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index f758a72..1a01660 100644
--- a/configure.in
+++ b/configure.in
@@ -143,7 +143,7 @@ host_libs="intl mmalloc libiberty opcodes bfd readline tcl tk itcl tix libgui zl
# know that we are building the simulator.
# binutils, gas and ld appear in that order because it makes sense to run
# "make check" in that particular order.
-host_tools="texinfo byacc flex bison binutils gas ld gcc sid sim gdb make patch prms send-pr gprof etc expect dejagnu ash bash bzip2 m4 autoconf automake libtool diff rcs fileutils shellutils time textutils wdiff find uudecode hello tar gzip indent recode release sed utils guile perl gawk findutils gettext zip fastjar gnattools"
+host_tools="texinfo byacc flex bison binutils gas ld gcc sid sim gdb make patch prms send-pr gprof etc expect dejagnu ash bash bzip2 m4 autoconf automake libtool diff rcs fileutils shellutils time textutils wdiff find uudecode hello tar gzip indent recode release sed utils guile perl gawk findutils gettext zip fastjar"
# libgcj represents the runtime libraries only used by gcj.
libgcj="target-libffi \
@@ -330,7 +330,6 @@ ENABLE_LIBADA=$enableval,
ENABLE_LIBADA=yes)
if test "${ENABLE_LIBADA}" != "yes" ; then
noconfigdirs="$noconfigdirs target-libada"
- noconfigdirs="$noconfigdirs gnattools"
fi
# Save it here so that, even in case of --enable-libgcj, if the Java