GCC top-level configure.in disables libgcj for mingw32 by default

Ranjit Mathew rmathew@hotmail.com
Fri Sep 12 08:18:00 GMT 2003


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/




More information about the Java mailing list