mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-25 07:08:13 -07:00
dev-util/mingw64-toolchain: filter -fstack-clash-protection
Bug: https://bugs.gentoo.org/758914 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
@@ -188,6 +188,7 @@ src_compile() {
|
||||
# cross-compiling, cleanup and let ./configure handle it
|
||||
unset AR AS CC CPP CXX LD NM OBJCOPY OBJDUMP RANLIB RC STRIP
|
||||
CHOST=${CTARGET}
|
||||
filter-flags '-fstack-clash-protection' #758914
|
||||
filter-flags '-fstack-protector*' #870136
|
||||
filter-flags '-fuse-ld=*'
|
||||
strip-unsupported-flags
|
||||
|
||||
Reference in New Issue
Block a user