mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-util/mingw64-runtime: filter -fstack-clash-protection
Bug: https://bugs.gentoo.org/758914 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
@@ -63,6 +63,7 @@ src_configure() {
|
||||
# likely cross-compiling from here, update toolchain variables
|
||||
if ${MW_CROSS} && [[ ! -v MINGW_BYPASS ]]; then
|
||||
unset AR AS CC CPP CXX LD NM OBJCOPY OBJDUMP RANLIB RC STRIP
|
||||
filter-flags '-fstack-clash-protection' #758914
|
||||
filter-flags '-fstack-protector*' #870136
|
||||
filter-flags '-fuse-ld=*'
|
||||
fi
|
||||
|
||||
@@ -65,6 +65,7 @@ src_configure() {
|
||||
# likely cross-compiling from here, update toolchain variables
|
||||
if ${MW_CROSS} && [[ ! -v MINGW_BYPASS ]]; then
|
||||
unset AR AS CC CPP CXX LD NM OBJCOPY OBJDUMP RANLIB RC STRIP
|
||||
filter-flags '-fstack-clash-protection' #758914
|
||||
filter-flags '-fstack-protector*' #870136
|
||||
filter-flags '-fuse-ld=*'
|
||||
fi
|
||||
|
||||
@@ -63,6 +63,7 @@ src_configure() {
|
||||
# likely cross-compiling from here, update toolchain variables
|
||||
if ${MW_CROSS} && [[ ! -v MINGW_BYPASS ]]; then
|
||||
unset AR AS CC CPP CXX LD NM OBJCOPY OBJDUMP RANLIB RC STRIP
|
||||
filter-flags '-fstack-clash-protection' #758914
|
||||
filter-flags '-fstack-protector*' #870136
|
||||
filter-flags '-fuse-ld=*'
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user