Inherit additional build flags from redhat-rpm-config (#1947894)

This adds additional coverage for aarch64, ppc64le, x86_64.  At
present, these changes have no effect.
This commit is contained in:
Florian Weimer 2021-04-09 20:47:11 +02:00
parent 9eea788618
commit 78c735d31e
1 changed files with 11 additions and 0 deletions

View File

@ -1074,18 +1074,29 @@ rpm_inherit_flags \
"-m31" \
"-m32" \
"-m64" \
"-march=armv8-a+lse" \
"-march=armv8.1-a" \
"-march=haswell" \
"-march=i686" \
"-march=x86-64" \
"-march=x86-64-v2" \
"-march=x86-64-v3" \
"-march=x86-64-v4" \
"-march=z13" \
"-march=z14" \
"-march=z15" \
"-march=zEC12" \
"-mbranch-protection=standard" \
"-mcpu=power10" \
"-mcpu=power8" \
"-mcpu=power9" \
"-mfpmath=sse" \
"-msse2" \
"-mstackrealign" \
"-mtune=generic" \
"-mtune=power10" \
"-mtune=power8" \
"-mtune=power9" \
"-mtune=z13" \
"-mtune=z14" \
"-mtune=z15" \