configure.in (target_libs): Revert 2000-12-08 patch.
authorAlexandre Petit-Bianco <apbianco@cygnus.com>
Sat, 9 Dec 2000 21:08:13 +0000 (21:08 +0000)
committerAlexandre Petit-Bianco <apbianco@gcc.gnu.org>
Sat, 9 Dec 2000 21:08:13 +0000 (13:08 -0800)
2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>

* configure.in (target_libs): Revert 2000-12-08 patch.
(noconfigdirs): Added target-libjava.

(http://gcc.gnu.org/ml/gcc-patches/2000-12/msg00500.html)

From-SVN: r38162

ChangeLog
configure.in

index 08a39fb..b208f24 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
+
+       * configure.in (target_libs): Revert 2000-12-08 patch.
+       (noconfigdirs): Added target-libjava.
+
 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
 
        * djunpack.bat: removed.
index 362e672..2d2ca93 100644 (file)
@@ -75,6 +75,7 @@ target_libs="target-libiberty \
                target-libf2c \
                target-libchill \
                target-libffi \
+               target-libjava \
                target-zlib \
                target-boehm-gc \
                target-qthreads \
@@ -548,7 +549,7 @@ esac
 # target this usually means that a port of the program doesn't
 # exist yet.
 
-noconfigdirs=""
+noconfigdirs="target-libjava"
 
 case "${host}" in
   hppa*64*-*-*)