Skip to content

Commit

Permalink
[upstream] Fix optimization patch
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubVanek committed Oct 29, 2018
1 parent 4c69cae commit 9eddeba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions upstream/optimizations.patch
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
diff -Naur a/make/autoconf/flags-other.m4 b/make/autoconf/flags-other.m4
--- a/make/autoconf/flags-other.m4 2018-10-27 00:13:12.000000000 +0200
+++ b/make/autoconf/flags-other.m4 2018-10-27 20:20:42.790765675 +0200
@@ -119,6 +119,16 @@
+++ b/make/autoconf/flags-other.m4 2018-10-29 02:24:07.845540291 +0100
@@ -119,6 +119,10 @@
# Misuse EXTRA_CFLAGS to mimic old behavior
$2JVM_ASFLAGS="$JVM_BASIC_ASFLAGS ${$2EXTRA_CFLAGS}"

Expand All @@ -14,7 +14,7 @@ diff -Naur a/make/autoconf/flags-other.m4 b/make/autoconf/flags-other.m4

diff -Naur a/make/autoconf/flags.m4 b/make/autoconf/flags.m4
--- a/make/autoconf/flags.m4 2018-10-27 00:13:12.000000000 +0200
+++ b/make/autoconf/flags.m4 2018-10-27 20:20:42.790765675 +0200
+++ b/make/autoconf/flags.m4 2018-10-29 02:23:24.476291208 +0100
@@ -34,7 +34,7 @@
AC_DEFUN([FLAGS_SETUP_ABI_PROFILE],
[
Expand All @@ -24,7 +24,7 @@ diff -Naur a/make/autoconf/flags.m4 b/make/autoconf/flags.m4

if test "x$with_abi_profile" != x; then
if test "x$OPENJDK_TARGET_CPU" != xarm && \
@@ -55,6 +55,18 @@
@@ -55,6 +55,9 @@
elif test "x$OPENJDK_TARGET_ABI_PROFILE" = xarm-sflt; then
ARM_FLOAT_TYPE=sflt
ARM_ARCH_TYPE_FLAGS='-march=armv5t -marm'
Expand Down

0 comments on commit 9eddeba

Please sign in to comment.