diff options
author | Alexandre Petit-Bianco <apbianco@cygnus.com> | 2000-12-09 02:49:29 +0000 |
---|---|---|
committer | Alexandre Petit-Bianco <apbianco@gcc.gnu.org> | 2000-12-08 18:49:29 -0800 |
commit | 81522a1f8693a519afc801ca60cb390320791e5f (patch) | |
tree | 40ab5301cf2f7b68de919a60f4b9ff57b35da0ed /Makefile.in | |
parent | 5db1f7edca103836920ba673f01759963d261324 (diff) | |
download | gcc-81522a1f8693a519afc801ca60cb390320791e5f.tar.gz |
Makefile.in (TARGET_CONFIGDIRS): Wrong place.
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'.
(http://gcc.gnu.org/ml/gcc-patches/2000-12/msg00480.html)
From-SVN: r38144
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in index 4f770fb3934..9456df8f0e7 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: |