diff options
Diffstat (limited to 'java/openjdk8/files/patch-hotspot_make_bsd_makefiles_ppc64.make')
-rw-r--r-- | java/openjdk8/files/patch-hotspot_make_bsd_makefiles_ppc64.make | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/java/openjdk8/files/patch-hotspot_make_bsd_makefiles_ppc64.make b/java/openjdk8/files/patch-hotspot_make_bsd_makefiles_ppc64.make new file mode 100644 index 000000000000..023fb10fd71b --- /dev/null +++ b/java/openjdk8/files/patch-hotspot_make_bsd_makefiles_ppc64.make @@ -0,0 +1,9 @@ +--- hotspot/make/bsd/makefiles/ppc64.make.orig 2020-11-18 23:45:09 UTC ++++ hotspot/make/bsd/makefiles/ppc64.make +@@ -47,5 +47,5 @@ else + 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 += -mcpu=power8 -mtune=power8 + endif |