From 42962ebc3d22e41710cb4fd8c7fb76be68041068 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Tue, 20 Oct 2020 12:25:23 +0200 Subject: [PATCH] s390x: Inherit z15 build flags from redhat-rpm-config --- glibc.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/glibc.spec b/glibc.spec index e3881b8..18e80ad 100644 --- a/glibc.spec +++ b/glibc.spec @@ -1056,6 +1056,7 @@ rpm_inherit_flags \ "-march=x86-64" \ "-march=z13" \ "-march=z14" \ + "-march=z15" \ "-march=zEC12" \ "-mbranch-protection=standard" \ "-mfpmath=sse" \ @@ -1064,6 +1065,7 @@ rpm_inherit_flags \ "-mtune=generic" \ "-mtune=z13" \ "-mtune=z14" \ + "-mtune=z15" \ "-mtune=zEC12" \ "-specs=/usr/lib/rpm/redhat/redhat-annobin-cc1" \