/hg/icedtea: PR2675: Update ppc64le autotools infrastructure fol...

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Fri Oct 16 18:55:25 UTC 2015


changeset 3d9bf18e6f90 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=3d9bf18e6f90
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Fri Oct 16 19:54:57 2015 +0100

	PR2675: Update ppc64le autotools infrastructure following PR2237

	2015-10-16  Andrew John Hughes  <gnu.andrew at member.fsf.org>

		PR2675: Update ppc64le autotools infrastructure
		following PR2237
		* NEWS: Updated.

	2015-04-24  Andrew John Hughes  <gnu.andrew at member.fsf.org>

		PR2675: Update ppc64le autotools infrastructure
		following PR2237
		* acinclude.m4:
		(IT_SET_ARCH_SETTINGS): Update powerpc64le
		to use ppc64le for arch directory.
		(IT_ENABLE_ZERO_BUILD): Include ppc64le in
		ZERO_LIBARCH test, as ZERO_LIBARCH is based
		on INSTALL_ARCH_DIR.


diffstat:

 ChangeLog    |  17 +++++++++++++++++
 NEWS         |   1 +
 acinclude.m4 |   8 ++++----
 3 files changed, 22 insertions(+), 4 deletions(-)

diffs (60 lines):

diff -r 281c6aa420d1 -r 3d9bf18e6f90 ChangeLog
--- a/ChangeLog	Fri Oct 02 06:27:12 2015 +0100
+++ b/ChangeLog	Fri Oct 16 19:54:57 2015 +0100
@@ -1,3 +1,20 @@
+2015-10-16  Andrew John Hughes  <gnu.andrew at member.fsf.org>
+
+	PR2675: Update ppc64le autotools infrastructure
+	following PR2237
+	* NEWS: Updated.
+
+2015-04-24  Andrew John Hughes  <gnu.andrew at member.fsf.org>
+
+	PR2675: Update ppc64le autotools infrastructure
+	following PR2237
+	* acinclude.m4:
+	(IT_SET_ARCH_SETTINGS): Update powerpc64le
+	to use ppc64le for arch directory.
+	(IT_ENABLE_ZERO_BUILD): Include ppc64le in
+	ZERO_LIBARCH test, as ZERO_LIBARCH is based
+	on INSTALL_ARCH_DIR.
+
 2015-10-01  Andrew John Hughes  <gnu.andrew at member.fsf.org>
 
 	* Makefile.am:
diff -r 281c6aa420d1 -r 3d9bf18e6f90 NEWS
--- a/NEWS	Fri Oct 02 06:27:12 2015 +0100
+++ b/NEWS	Fri Oct 16 19:54:57 2015 +0100
@@ -105,6 +105,7 @@
   - PR2448: Install TRADEMARK, COPYING and ChangeLog as RPM spec file does
   - PR2454: install-data-local needs to check that classes.jsa actually exists
   - PR2456: Installation path for hotspot_gc.stp is wrong, due to changed j2sdk-image location
+  - PR2675: Update ppc64le autotools infrastructure following PR2237
   - Don't substitute 'j' for '-j' inside -I directives
   - Extend 8041658 to all files in the HotSpot build.
   - Remove jcheck
diff -r 281c6aa420d1 -r 3d9bf18e6f90 acinclude.m4
--- a/acinclude.m4	Fri Oct 02 06:27:12 2015 +0100
+++ b/acinclude.m4	Fri Oct 16 19:54:57 2015 +0100
@@ -55,9 +55,9 @@
       ARCHFLAG="-m64"
        ;;
     powerpc64le)
-      BUILD_ARCH_DIR=ppc64
-      INSTALL_ARCH_DIR=ppc64
-      JRE_ARCH_DIR=ppc64
+      BUILD_ARCH_DIR=ppc64le
+      INSTALL_ARCH_DIR=ppc64le
+      JRE_ARCH_DIR=ppc64le
       ARCHFLAG="-m64"
        ;;
     sparc)
@@ -665,7 +665,7 @@
     arm|i386|ppc|s390|sh|sparc)
       ZERO_BITSPERWORD=32
       ;;
-    aarch64|alpha|amd64|ia64|ppc64|s390x|sparcv9)
+    aarch64|alpha|amd64|ia64|ppc64|ppc64le|s390x|sparcv9)
       ZERO_BITSPERWORD=64
       ;;
     *)


More information about the distro-pkg-dev mailing list