projects
/
openjdk-17.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42d83a1
)
s390x-opt
author
OpenJDK Team
<openjdk-17@packages.debian.org>
Sat, 29 Jun 2024 07:05:11 +0000
(09:05 +0200)
committer
Matthias Klose
<doko@ubuntu.com>
Sat, 29 Jun 2024 07:05:11 +0000
(09:05 +0200)
Gbp-Pq: Name s390x-opt.diff
make/autoconf/flags-cflags.m4
patch
|
blob
|
history
diff --git
a/make/autoconf/flags-cflags.m4
b/make/autoconf/flags-cflags.m4
index f5ce6d27992afb83e3c7b268f27efcf374e0c46e..e381fb3bab38acd1f1dd02a83929009969416e9f 100644
(file)
--- a/
make/autoconf/flags-cflags.m4
+++ b/
make/autoconf/flags-cflags.m4
@@
-747,6
+747,9
@@
AC_DEFUN([FLAGS_SETUP_CFLAGS_CPU_DEP],
fi
elif test "x$FLAGS_CPU" = xs390x; then
$1_CFLAGS_CPU="-mbackchain -march=z10"
+ if test "x$VENDOR_FLAGS_CPU" != x; then
+ $1_CFLAGS_CPU="-mbackchain $VENDOR_FLAGS_CPU"
+ fi
fi
if test "x$FLAGS_CPU_ARCH" != xarm && test "x$FLAGS_CPU_ARCH" != xppc; then