summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorapbianco <apbianco@138bc75d-0d04-0410-961f-82ee72b054a4>2000-12-09 21:08:13 +0000
committerapbianco <apbianco@138bc75d-0d04-0410-961f-82ee72b054a4>2000-12-09 21:08:13 +0000
commitbb5f4242b54018d2a1c950254f3cb5a06762b5b3 (patch)
treeae5f5ce00686bab0e70174f83c81d1c20779a7c4
parentdd3c06e05bcc47e5e33cb3ef4f2479e2b2c0e969 (diff)
downloadppe42-gcc-bb5f4242b54018d2a1c950254f3cb5a06762b5b3.tar.gz
ppe42-gcc-bb5f4242b54018d2a1c950254f3cb5a06762b5b3.zip
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) git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38162 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--ChangeLog5
-rw-r--r--configure.in3
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 08a39fb5abf..b208f24ca1c 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 362e672d7de..2d2ca93c8b1 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*-*-*)
OpenPOWER on IntegriCloud