s390x: Inherit z15 build flags from redhat-rpm-config

This commit is contained in:
Florian Weimer 2020-10-20 12:25:23 +02:00
parent 8c25df8a1d
commit 42962ebc3d
1 changed files with 2 additions and 0 deletions

View File

@ -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" \