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
This commit is contained in:
Alexandre Petit-Bianco 2000-12-09 21:08:13 +00:00 committed by Alexandre Petit-Bianco
parent d3236b4d2a
commit d82a33c6bd
2 changed files with 7 additions and 1 deletions

View file

@ -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.

View 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*-*-*)