flag-o-matic.eclass: add -mpreferred-stack-boundary=*, -mincoming-stack-boundary=*

Wine may use this and it's in the same league as -mstackrealign in that
it affects ABI.

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2023-10-21 18:05:18 +01:00
parent 8dc7a7e2b4
commit eb7bf2ea4b

View File

@@ -137,6 +137,8 @@ _setup-allowed-flags() {
# Allow explicit stack realignment to run non-conformant
# binaries: bug #677852
-mstackrealign
'-mpreferred-stack-boundary=*'
'-mincoming-stack-boundary=*'
)
ALLOWED_FLAGS+=(
# Clang-only