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:
1964f48
)
s390x-opt
author
OpenJDK Team
<openjdk-17@packages.debian.org>
Sun, 28 Jan 2024 23:07:10 +0000
(
00:07
+0100)
committer
Moritz Mühlenhoff
<jmm@debian.org>
Sun, 28 Jan 2024 23:07:10 +0000
(
00:07
+0100)
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 4f86ed5a4bc0db03211a328d6fdff8141b20cb57..d1e8bbfde808f527e3acf864946faa9bcf6c3e9e 100644
(file)
--- a/
make/autoconf/flags-cflags.m4
+++ b/
make/autoconf/flags-cflags.m4
@@
-739,6
+739,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