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:
40d0a4e
)
s390x-opt
author
OpenJDK Team
<openjdk-21@packages.debian.org>
Thu, 17 Jul 2025 14:12:28 +0000
(16:12 +0200)
committer
Matthias Klose
<doko@ubuntu.com>
Thu, 17 Jul 2025 14:12:28 +0000
(16:12 +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 1aa827b6139fe455da390fbab1026076a2b496c8..ad4b44f87e871515ec355f91b23299b83a16399e 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