------------------------------------------------------------
revno: 689
committer: Matthias Klose <d...@ubuntu.com>
branch nick: openjdk8
timestamp: Fri 2016-11-04 20:15:44 +0100
message:
    * Build using the default flags (POWER8) on ppc64el.
added:
  debian/patches/compiler-flags.diff
modified:
  debian/changelog
  debian/rules


--
lp:~openjdk/openjdk/openjdk8
https://code.launchpad.net/~openjdk/openjdk/openjdk8

Your team Debian Java Maintainers is subscribed to branch 
lp:~openjdk/openjdk/openjdk8.
To unsubscribe from this branch go to 
https://code.launchpad.net/~openjdk/openjdk/openjdk8/+edit-subscription
=== modified file 'debian/changelog'
--- debian/changelog	2016-11-03 15:02:19 +0000
+++ debian/changelog	2016-11-04 19:15:44 +0000
@@ -1,3 +1,9 @@
+openjdk-8 (8u111-b14-4) UNRELEASED; urgency=medium
+
+  * Build using the default flags (POWER8) on ppc64el.
+
+ -- Matthias Klose <d...@ubuntu.com>  Thu, 03 Nov 2016 22:58:01 +0100
+
 openjdk-8 (8u111-b14-3) unstable; urgency=high
 
   [ Tiago Stürmer Daitx ]

=== added file 'debian/patches/compiler-flags.diff'
--- debian/patches/compiler-flags.diff	1970-01-01 00:00:00 +0000
+++ debian/patches/compiler-flags.diff	2016-11-04 19:15:44 +0000
@@ -0,0 +1,11 @@
+# DP: Build using the default flags (POWER8) on ppc64el.
+
+--- a/hotspot/make/linux/makefiles/ppc64.make
++++ b/hotspot/make/linux/makefiles/ppc64.make
+@@ -47,5 +47,5 @@
+   CFLAGS += -DVM_LITTLE_ENDIAN -DABI_ELFv2
+ 
+   # Use Power8, this is the first CPU to support PPC64 LE with ELFv2 ABI.
+-  CFLAGS += -mcpu=power7 -mtune=power8 -minsert-sched-nops=regroup_exact -mno-multiple -mno-string
++  CFLAGS += -minsert-sched-nops=regroup_exact -mno-multiple -mno-string
+ endif

=== modified file 'debian/rules'
--- debian/rules	2016-10-30 16:15:27 +0000
+++ debian/rules	2016-11-04 19:15:44 +0000
@@ -391,6 +391,7 @@
 	s390x-thread-stack-size.diff \
 	jdk-getAccessibleValue.diff \
 	hotspot-JDK-8158260-ppc64el.patch \
+	compiler-flags.diff \
 
 # FIXME: update patches
 	#accessible-toolkit.patch # update for 8

__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Reply via email to