# HG changeset patch # User Andrew John Hughes # Date 1459479913 -3600 # Node ID 8b3899c5f70c86bcde03f9b093009a8ea05ccdce # Parent e40064fec5cb1b2ff8b836f7a63e2d8f18a30b04 PR2863: IcedTea doesn't pass through build and host triplets to OpenJDK's configure 2016-03-31 Andrew John Hughes PR2863: IcedTea doesn't pass through build and host triplets to OpenJDK's configure * AUTHORS: Add James and update my e-mail address. * NEWS: Updated. 2016-02-28 James Le Cuirot PR2863: IcedTea doesn't pass through build and host triplets to OpenJDK's configure * Makefile.am: (ICEDTEA_CONFIGURE): Pass build_triplet and host_triplet through to OpenJDK. diff -r e40064fec5cb -r 8b3899c5f70c AUTHORS --- a/AUTHORS Fri Apr 01 03:32:05 2016 +0100 +++ b/AUTHORS Fri Apr 01 04:05:13 2016 +0100 @@ -8,6 +8,7 @@ Deepak Bhole Tom Callaway Pablo del Campo +James Le Cuirot Tiago Sturmer Daitx Thomas Fitzsimmons Matthew Flaschen @@ -15,7 +16,7 @@ Kyle Galloway Dennis Gilmore Andrew Haley -Andrew John Hughes +Andrew John Hughes Tomas Hurka Ioana Ivan Matthias Klose diff -r e40064fec5cb -r 8b3899c5f70c ChangeLog --- a/ChangeLog Fri Apr 01 03:32:05 2016 +0100 +++ b/ChangeLog Fri Apr 01 04:05:13 2016 +0100 @@ -1,3 +1,19 @@ +2016-03-31 Andrew John Hughes + + PR2863: IcedTea doesn't pass through build + and host triplets to OpenJDK's configure + * AUTHORS: Add James and update my e-mail + address. + * NEWS: Updated. + +2016-02-28 James Le Cuirot + + PR2863: IcedTea doesn't pass through build + and host triplets to OpenJDK's configure + * Makefile.am: + (ICEDTEA_CONFIGURE): Pass build_triplet + and host_triplet through to OpenJDK. + 2016-03-31 Andrew John Hughes PR2766: Remove all references to GCJ diff -r e40064fec5cb -r 8b3899c5f70c Makefile.am --- a/Makefile.am Fri Apr 01 03:32:05 2016 +0100 +++ b/Makefile.am Fri Apr 01 04:05:13 2016 +0100 @@ -407,6 +407,8 @@ endif ICEDTEA_CONFIGURE = \ + --build=$(build_triplet) \ + --host=$(host_triplet) \ --enable-unlimited-crypto \ --with-cacerts-file=$(CACERTS_FILE) \ --with-stdc++lib=dynamic \ diff -r e40064fec5cb -r 8b3899c5f70c NEWS --- a/NEWS Fri Apr 01 03:32:05 2016 +0100 +++ b/NEWS Fri Apr 01 04:05:13 2016 +0100 @@ -154,6 +154,7 @@ - PR2853: Remove some unnecessary divergences from jdk8u. - PR2853: Revert AArch64 jvm.cfg divergence - PR2853: Revert changes to libpng source code now 8078245 is in place. + - PR2863: IcedTea doesn't pass through build and host triplets to OpenJDK's configure - PR2865: Handle uninstallation. - PR2873: Fix make distcheck. - PR2880: Add missing test directory in make check.