5fd490645f
Resolves: #1953752 routine rebase of valgrind for rhel 9 Resolves: #1889825 valgrind powerpc P9 baseline validation Resolves: #1870001 Add POWER10 support for valgrind Add valgrind-3.17.0-ppc64-isa-3.1{,tests}.patch Add valgrind-3.17.0-s390_insn_as_string.patch BuildRequires and Recommends elfutils-debuginfod-client Add valgrind-3.17.0-clone-parent-res.patch
15 lines
667 B
Diff
15 lines
667 B
Diff
diff --git a/none/tests/s390x/Makefile.am b/none/tests/s390x/Makefile.am
|
|
index a0fb92ef5..ac62506b9 100644
|
|
--- a/none/tests/s390x/Makefile.am
|
|
+++ b/none/tests/s390x/Makefile.am
|
|
@@ -66,7 +67,8 @@ cu14_1_CFLAGS = $(AM_CFLAGS) -DM3=1
|
|
cu21_1_CFLAGS = $(AM_CFLAGS) -DM3=1
|
|
cu24_1_CFLAGS = $(AM_CFLAGS) -DM3=1
|
|
fixbr_CFLAGS = $(AM_CFLAGS) @FLAG_MLONG_DOUBLE_128@
|
|
-fpext_CFLAGS = $(AM_CFLAGS) @FLAG_MLONG_DOUBLE_128@
|
|
+fpext_CFLAGS = $(AM_CFLAGS) -march=z13 @FLAG_MLONG_DOUBLE_128@
|
|
+pfpo_CFLAGS = $(AM_CFLAGS) -march=z13
|
|
ex_clone_LDADD = -lpthread
|
|
vector_CFLAGS = $(AM_CFLAGS) -march=z13
|
|
lsc2_CFLAGS = -march=z13 -DS390_TESTS_NOCOLOR
|