[Bug 2324] New: Add cross-compile support to IcedTea 3

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Thu Apr 30 11:47:35 UTC 2015


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2324

            Bug ID: 2324
           Summary: Add cross-compile support to IcedTea 3
           Product: IcedTea
           Version: 8-hg
          Hardware: all
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: IcedTea
          Assignee: gnu.andrew at redhat.com
          Reporter: xerxes at zafena.se
                CC: unassigned at icedtea.classpath.org

Created attachment 1306
  --> http://icedtea.classpath.org/bugzilla/attachment.cgi?id=1306&action=edit
icedtea3-cross-compiling.patch

OpenJDK 8 have vastly improved support for cross-compilation by accepting the
following new configure options.
--with-sys-root=
--with-tools-dir=
and
--with-devkit= (sets both sys-root and tools-dir based on fixed heuristics to
determine the two paths inside the devkit)


IcedTea 3 configure can improve cross-compile support by accepting the two new
--with-sys-root=
and
--with-tools-dir=
options and forward these to the OpenJDK configure if present.

The attached patch enables IcedTea 3 to pass on the two cross-compile options
to OpenJDK 8 configure and make sure that the tools-dir is added to the PATH.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20150430/1b5e88ab/attachment-0001.html>


More information about the distro-pkg-dev mailing list