forked from rpms/glibc
Inherit -mbackchain from redhat-rpm-config
To allow experimenting with -mbackchain based stack unwinding on s390x, let's make sure -mbackchain is inherited from redhat-rpm-config as well, similar to how -fno-omit-frame-pointer is inherited as well.
This commit is contained in:
parent
79808700a1
commit
ff30db342b
@ -1111,6 +1111,7 @@ rpm_inherit_flags \
|
||||
"-march=z14" \
|
||||
"-march=z15" \
|
||||
"-march=zEC12" \
|
||||
"-mbackchain" \
|
||||
"-mbranch-protection=standard" \
|
||||
"-mcpu=power10" \
|
||||
"-mcpu=power8" \
|
||||
|
Loading…
Reference in New Issue
Block a user