projects
/
openjdk-21.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9246c10
)
s390x-opt
author
OpenJDK Team
<openjdk-21@packages.debian.org>
Thu, 23 Oct 2025 10:14:51 +0000
(12:14 +0200)
committer
Moritz Mühlenhoff
<jmm@debian.org>
Thu, 23 Oct 2025 10:14:51 +0000
(12:14 +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 9b022792e15d4fbcd55b8e15eb988aa69f3ad10f..5103a0a97bf9b6f5243105b88b37f66f67c7fde4 100644
(file)
--- a/
make/autoconf/flags-cflags.m4
+++ b/
make/autoconf/flags-cflags.m4
@@
-821,6
+821,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