From 9eddeba36fbbce886c4e3894c34a2025fb428d1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Van=C4=9Bk?= Date: Mon, 29 Oct 2018 09:33:21 +0100 Subject: [PATCH] [upstream] Fix optimization patch --- upstream/optimizations.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/upstream/optimizations.patch b/upstream/optimizations.patch index b645105..eb3a0c2 100644 --- a/upstream/optimizations.patch +++ b/upstream/optimizations.patch @@ -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}" @@ -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], [ @@ -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'