From ec851df6675e1360c24c6a3efc9756c7f60e8c05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Tue, 17 Jan 2023 10:20:15 +0100 Subject: [PATCH] move the baseline arch to z13 for s390x in F-38+ https://fedoraproject.org/wiki/Changes/z13BaselineForIBMZ --- gcc.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gcc.spec b/gcc.spec index 693e51c..8a66d53 100644 --- a/gcc.spec +++ b/gcc.spec @@ -1143,7 +1143,11 @@ CONFIGURE_OPTS="\ %endif %else %if 0%{?fedora} >= 26 +%if 0%{?fedora} >= 38 + --with-arch=z13 --with-tune=z14 \ +%else --with-arch=zEC12 --with-tune=z13 \ +%endif %else --with-arch=z9-109 --with-tune=z10 \ %endif