changeset 2597:3d9bf18e6f90

PR2675: Update ppc64le autotools infrastructure following PR2237 2015-10-16 Andrew John Hughes <gnu.andrew@member.fsf.org> PR2675: Update ppc64le autotools infrastructure following PR2237 * NEWS: Updated. 2015-04-24 Andrew John Hughes <gnu.andrew@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.
author Andrew John Hughes <gnu_andrew@member.fsf.org>
date Fri, 16 Oct 2015 19:54:57 +0100
parents 281c6aa420d1
children 83294693e764
files ChangeLog NEWS acinclude.m4
diffstat 3 files changed, 22 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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@member.fsf.org>
+
+	PR2675: Update ppc64le autotools infrastructure
+	following PR2237
+	* NEWS: Updated.
+
+2015-04-24  Andrew John Hughes  <gnu.andrew@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@member.fsf.org>
 
 	* Makefile.am:
--- 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
--- 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
       ;;
     *)