OSDN Git Service

2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
authorapbianco <apbianco@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 9 Dec 2000 02:49:29 +0000 (02:49 +0000)
committerapbianco <apbianco@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 9 Dec 2000 02:49:29 +0000 (02:49 +0000)
* 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)

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38144 138bc75d-0d04-0410-961f-82ee72b054a4

ChangeLog
Makefile.in
configure.in

index 7c0efe8..8cca88e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
 
+       * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
+       libjava.
+       * configure.in (target_libs): Removed `target-libjava'.
+
+2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
+
        * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
        (ALL_MODULES): Added fastjar.
        (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
index 4f770fb..9456df8 100644 (file)
@@ -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:
index 4236fe0..362e672 100644 (file)
@@ -75,7 +75,6 @@ target_libs="target-libiberty \
                target-libf2c \
                target-libchill \
                target-libffi \
-               target-libjava \
                target-zlib \
                target-boehm-gc \
                target-qthreads \