This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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/



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]