This is the mail archive of the gcc-testresults@gcc.gnu.org mailing list for the GCC 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]

4.2 Branch: GCJ works for host mingw, target mingw


Hey Guys

I was asked to test the 4.2 branch for host+target=mingw.
So, Revision 118702 compiles and works flawlessly.

The used configure flags:

cd $BUILD
$SOURCE/configure
	--prefix=$OUT
	--with-sysroot=$OUT/sys-root
 	--with-build-sysroot=$OUT/sys-root
	--build=i686-pc-linux-gnu
	--host=i686-pc-mingw32
	--target=i686-pc-mingw32
	--enable-languages=c,c++,java
	--enable-libgcj
	--with-gnu-as --with-gnu-ld
	--disable-nls --disable-debug
	--disable-shared --disable-checking
	--enable-threads=win32 --disable-win32-registry
	--with-gcj=i686-pc-mingw32-gcj
	--enable-sjlj-exceptions --disable-tls
make
make install

Of course there's a linux to mingw crosscompiler needed for that compilation. If you need any more informations, just contact me...

Marco


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