aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Petit-Bianco <apbianco@cygnus.com>2000-12-09 21:08:13 +0000
committerAlexandre Petit-Bianco <apbianco@gcc.gnu.org>2000-12-09 13:08:13 -0800
commitd82a33c6bd3f83bb032bef6a23f29cc72b17ceb0 (patch)
treeae5f5ce00686bab0e70174f83c81d1c20779a7c4
parentd3236b4d2aa796e1f0670c030a54a065b58764bf (diff)
downloadgcc-d82a33c6bd3f83bb032bef6a23f29cc72b17ceb0.zip
gcc-d82a33c6bd3f83bb032bef6a23f29cc72b17ceb0.tar.gz
gcc-d82a33c6bd3f83bb032bef6a23f29cc72b17ceb0.tar.bz2
configure.in (target_libs): Revert 2000-12-08 patch.
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
-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*-*-*)