changeset 2573:7e7422478975

PR2410: Support PPC64 JIT on ppc64le 2014-05-01 Andrew John Hughes <gnu.andrew@member.fsf.org> PR2410: Support PPC64 JIT on ppc64le * AUTHORS: Add Tiago. * NEWS: Updated. * acinclude.m4: (IT_SET_ARCH_SETTINGS): Expand ppc64le to its own block to avoid potential future collisions. 2014-05-01 Tiago Sturmer Daitx <tdaitx@linux.vnet.ibm.com> PR2410: Support PPC64 JIT on ppc64le * acinclude.m4: (IT_SET_ARCH_SETTINGS): Support ppc64le.
author Andrew John Hughes <gnu_andrew@member.fsf.org>
date Mon, 08 Jun 2015 07:42:06 +0100
parents 616f6c1516c4
children b2ab294380e5
files AUTHORS ChangeLog NEWS acinclude.m4
diffstat 4 files changed, 23 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/AUTHORS	Mon Jun 08 06:49:47 2015 +0100
+++ b/AUTHORS	Mon Jun 08 07:42:06 2015 +0100
@@ -8,6 +8,7 @@
 Deepak Bhole <dbhole@redhat.com>
 Tom Callaway <tcallawa@redhat.com>
 Pablo del Campo <pablogdc@gmail.com>
+Tiago Sturmer Daitx <tdaitx@linux.vnet.ibm.com>
 Thomas Fitzsimmons <fitzsim@redhat.com>
 Matthew Flaschen <matthew.flaschen@gatech.edu>
 Michael Franz <mvfranz@gmail.com>
--- a/ChangeLog	Mon Jun 08 06:49:47 2015 +0100
+++ b/ChangeLog	Mon Jun 08 07:42:06 2015 +0100
@@ -1,3 +1,18 @@
+2014-05-01  Andrew John Hughes  <gnu.andrew@member.fsf.org>
+
+	PR2410: Support PPC64 JIT on ppc64le
+	* AUTHORS: Add Tiago.
+	* NEWS: Updated.
+	* acinclude.m4:
+	(IT_SET_ARCH_SETTINGS): Expand ppc64le to its
+	own block to avoid potential future collisions.
+
+2014-05-01  Tiago Sturmer Daitx  <tdaitx@linux.vnet.ibm.com>
+
+	PR2410: Support PPC64 JIT on ppc64le
+	* acinclude.m4:
+	(IT_SET_ARCH_SETTINGS): Support ppc64le.
+
 2015-06-08  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
 	PR2409: Update Zero macro to match one in IcedTea 2.x
--- a/NEWS	Mon Jun 08 06:49:47 2015 +0100
+++ b/NEWS	Mon Jun 08 07:42:06 2015 +0100
@@ -78,6 +78,7 @@
   - PR2407: Fix automatic enabling of the Zero build on non-JIT architectures which don't use CACAO or JamVM
   - PR2408: Enable Zero when Shark is enabled
   - PR2409: Update Zero macro to match one in IcedTea 2.x
+  - PR2410: Support PPC64 JIT on ppc64le
   - Don't substitute 'j' for '-j' inside -I directives
   - Extend 8041658 to all files in the HotSpot build.
   - Remove jcheck
--- a/acinclude.m4	Mon Jun 08 06:49:47 2015 +0100
+++ b/acinclude.m4	Mon Jun 08 07:42:06 2015 +0100
@@ -54,6 +54,12 @@
       JRE_ARCH_DIR=ppc64
       ARCHFLAG="-m64"
        ;;
+    powerpc64le)
+      BUILD_ARCH_DIR=ppc64
+      INSTALL_ARCH_DIR=ppc64
+      JRE_ARCH_DIR=ppc64
+      ARCHFLAG="-m64"
+       ;;
     sparc)
       BUILD_ARCH_DIR=sparc
       INSTALL_ARCH_DIR=sparc