This is the mail archive of the java-patches@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]

Re: [top-level configure.in] Remove Disabled Configuring of GCJ Libraries for MinGW


Hi,

    Does anyone object to this? If not, can
someone please approve it?

Ranjit.


Ranjit Mathew wrote:
> 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.
> 
> 
> 


-- 
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]