From 26a9740f02970892dd1cccc47c31f7027345a28f Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Mon, 5 Oct 2020 17:18:55 +0200 Subject: [PATCH] Adjust rhel == 8 s390x --with-arch= and --with-tune=. --- gcc.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc.spec b/gcc.spec index f11e9f6..32ff8c4 100644 --- a/gcc.spec +++ b/gcc.spec @@ -995,7 +995,7 @@ CONFIGURE_OPTS="\ %ifarch s390 s390x %if 0%{?rhel} >= 7 %if 0%{?rhel} > 7 - --with-arch=zEC12 --with-tune=z13 \ + --with-arch=z13 --with-tune=z14 \ %else --with-arch=z196 --with-tune=zEC12 \ %endif