[PATCH] Make icedtea compile with gcc 4.3

Bernhard Rosenkränzer bero at arklinux.org
Fri Jan 11 11:55:17 PST 2008


The attached icedtea-gcc-4.3.patch makes icedtea (current hg) build with gcc 
4.3 -- it creates 2 new patches inside the icedtea tree - 
icedtea-gcc-4.3.patch (Fixes to the openjdk codebase) and 
icedtea-gcc-4.3-workarounds.patch (Disables -Werror because openjdk code 
isn't ready for the new warnings gcc 4.3 introduces -- this is the quick fix, 
but not exactly the right thing to do).

Since gcc has dumped fastjar, it's also not a good idea to look for fastjar 
exclusively in configure.ac when any jar implementation will do - the 
attached icedtea-1.5-detect-jar.patch makes it look for both fastjar and jar.

Regards
bero
-------------- next part --------------
A non-text attachment was scrubbed...
Name: icedtea-gcc-4.3.patch
Type: text/x-diff
Size: 4493 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20080111/6b9c1e82/icedtea-gcc-4.3.patch 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: icedtea-1.5-detect-jar.patch
Type: text/x-diff
Size: 563 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20080111/6b9c1e82/icedtea-1.5-detect-jar.patch 


More information about the distro-pkg-dev mailing list