icedtea/openjdk build for sparc-linux

Mark Wielaard mark at klomp.org
Fri May 16 01:33:56 PDT 2008


Hi Matthias,

On Thu, 2008-05-15 at 12:01 +0200, Matthias Klose wrote:
> Checked in Suns patches to build on sparc-linux, backported to IcedTea6. The
> mauve testsuite results look the same like on x86 and amd64. Note that I only
> tested on a 64bit kernel, running 32bit user space, so maybe some adjustments
> are needed for 64bit user space.

This is really great! Thanks for working on this.

> 	2008-05-15  Matthias Klose  <doko at ubuntu.com>
> 
> 	        * patches/icedtea-sparc.patch: New.
> 	        * Makefile.am: Add the icedtea-sparc patch.
> 	        * acinclude.m4: Don't default to the zero port on sparc.
> 	        * Makefile.in, configure: Regenerated.

I had to change one thing in the patch. It tries to create a file
(os_linux_sparc.cpp) and then tries to patch it later on. That doesn't
work because we first check if the patch as a whole applies (and it
doesn't since the second patch to the file will find the file doesn't
exist yet, because it is a dry-run). So for now I have folded the two
patches into one. (Another solution would be put the new files in the
overlays and apply the patches on top of that - but then we need to
change the Makefile.am to switch the overlays/patch order.)

2008-05-16  Mark Wielaard  <mark at klomp.org>

    * patches/icedtea-sparc.patch: Merge os_linux_sparc.cpp patch hunks.

Committed and pushed.

Mark
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch-patches.patch
Type: text/x-patch
Size: 2537 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20080516/7f5cb51f/patch-patches.patch 


More information about the distro-pkg-dev mailing list