From 81522a1f8693a519afc801ca60cb390320791e5f Mon Sep 17 00:00:00 2001 From: Alexandre Petit-Bianco Date: Sat, 9 Dec 2000 02:49:29 +0000 Subject: [PATCH] Makefile.in (TARGET_CONFIGDIRS): Wrong place. 2000-12-08 Alexandre Petit-Bianco * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about libjava. * configure.in (target_libs): Removed `target-libjava'. (http://gcc.gnu.org/ml/gcc-patches/2000-12/msg00480.html) From-SVN: r38144 --- ChangeLog | 6 ++++++ Makefile.in | 4 ---- configure.in | 1 - 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7c0efe865bf3..8cca88e988a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-12-08 Alexandre Petit-Bianco + + * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about + libjava. + * configure.in (target_libs): Removed `target-libjava'. + 2000-12-08 Alexandre Petit-Bianco * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava. diff --git a/Makefile.in b/Makefile.in index 4f770fb39349..9456df8f0e79 100644 --- a/Makefile.in +++ b/Makefile.in @@ -169,10 +169,6 @@ OTHERS = # This is set by the configure script to the list of directories which # should be built using the target tools. -# Temporary note: Java hackers: add `libjava' at the end of this list -# for a merged tree build. This limitation and this comment will go -# away when libjava will safely build without `--disable-new-gxx-abi' -# (Soon.) TARGET_CONFIGDIRS = libiberty libgloss $(SPECIAL_LIBS) newlib libio librx libstdc++ libg++ winsup opcodes bsp libstub cygmon libf2c libchill libobjc # Target libraries are put under this directory: diff --git a/configure.in b/configure.in index 4236fe075a48..362e672d7def 100644 --- a/configure.in +++ b/configure.in @@ -75,7 +75,6 @@ target_libs="target-libiberty \ target-libf2c \ target-libchill \ target-libffi \ - target-libjava \ target-zlib \ target-boehm-gc \ target-qthreads \