This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
[top-level configure.in] Remove Disabled Configuring of GCJ Librariesfor MinGW
- From: Ranjit Mathew <rmathew at hotmail dot com>
- To: java-patches at gcc dot gnu dot org
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Fri, 12 Sep 2003 20:22:48 +0530
- Subject: [top-level configure.in] Remove Disabled Configuring of GCJ Librariesfor MinGW
Hi,
GCJ and its libraries (libgcj, boehm-gc, libffi and zlib)
have been building fine for MinGW for quite some time
now and hence there is no need to disable them for MinGW.
If the following patch looks OK, please commit
it and the regenerated "configure". Many thanks
in advance for doing the same.
Ranjit.
Index: ChangeLog
from Ranjit Mathew <rmathew@hotmail.com>
* configure.in: Remove disabled configuring of GCJ libraries
for MinGW.
* configure: Regenerated.
Index: configure.in
===================================================================
--- configure.in Fri Sep 12 20:06:29 2003
+++ configure.in Fri Sep 12 20:07:30 2003
@@ -537,5 +537,5 @@
i[[3456789]]86-*-mingw32*)
target_configdirs="$target_configdirs target-mingw"
- noconfigdirs="$noconfigdirs expect target-libgloss ${libgcj}"
+ noconfigdirs="$noconfigdirs expect target-libgloss"
# Can't build gdb for mingw32 if not native.