aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--configure.in3
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 08a39fb..b208f24 100644
--- 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.
diff --git a/configure.in b/configure.in
index 362e672..2d2ca93 100644
--- a/configure.in
+++ b/configure.in
@@ -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*-*-*)