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:
fc34736
)
s390x-opt
author
OpenJDK Team
<openjdk-17@packages.debian.org>
Wed, 20 Jul 2022 16:04:41 +0000
(17:04 +0100)
committer
Matthias Klose
<doko@ubuntu.com>
Wed, 20 Jul 2022 16:04:41 +0000
(17:04 +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 e6629e94bb0a3626410327e785818009150a4b9a..17cedf285f8818fed663a45eaa5bdd0e6f7fbc85 100644
(file)
--- a/
make/autoconf/flags-cflags.m4
+++ b/
make/autoconf/flags-cflags.m4
@@
-721,6
+721,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