This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
GCC top-level configure.in disables libgcj for mingw32 by default
- From: Ranjit Mathew <rmathew at hotmail dot com>
- To: java at gcc dot gnu dot org
- Date: Fri, 12 Sep 2003 11:30:28 +0530
- Subject: GCC top-level configure.in disables libgcj for mingw32 by default
Hi,
Does anyone know why the GCC top-level configure.in
disables libgcj libraries by default if the target
is mingw32? On has to explicitly say --enable-libgcj=yes
to build them for mingw32.
--------------------------- 8< ---------------------------
case "${target}" in
[...]
i[[3456789]]86-*-mingw32*)
target_configdirs="$target_configdirs target-mingw"
noconfigdirs="$noconfigdirs expect target-libgloss ${libgcj}"
--------------------------- 8< ---------------------------
Is it purely vestigial and can be removed now?
Ranjit.
--
Ranjit Mathew Email: rmathew AT hotmail DOT com
Bangalore, INDIA. Web: http://ranjitmathew.tripod.com/