commit:     d06a9cf2f29ca13694007493173a9ebe304005de
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 14 21:08:46 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Sep 14 21:12:16 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d06a9cf2

Revert "dev-util/mingw64-toolchain: filter ssp for cross mingw"

This reverts commit 26b669479490ec1d679bdbd38b836d6782f1e6c0.

Will try to get libssp to work, better reverted+failing for now given
this can create a unusable build if used ssp. Could filter further to
include gcc but will also need to filter on about every mingw packages.

For those just wanting this to work meanwhile, just don't enable ssp
on neither this nor wine.

Bug: https://bugs.gentoo.org/870136
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 dev-util/mingw64-toolchain/mingw64-toolchain-10.0.0-r1.ebuild | 1 -
 dev-util/mingw64-toolchain/mingw64-toolchain-10.0.0_p1.ebuild | 1 -
 2 files changed, 2 deletions(-)

diff --git a/dev-util/mingw64-toolchain/mingw64-toolchain-10.0.0-r1.ebuild 
b/dev-util/mingw64-toolchain/mingw64-toolchain-10.0.0-r1.ebuild
index 59a0022ee10b..0bfc818d9698 100644
--- a/dev-util/mingw64-toolchain/mingw64-toolchain-10.0.0-r1.ebuild
+++ b/dev-util/mingw64-toolchain/mingw64-toolchain-10.0.0-r1.ebuild
@@ -187,7 +187,6 @@ 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-protector*' #870136
                                filter-flags '-fuse-ld=*'
                                strip-unsupported-flags
                                mwt-build "${@:2}"

diff --git a/dev-util/mingw64-toolchain/mingw64-toolchain-10.0.0_p1.ebuild 
b/dev-util/mingw64-toolchain/mingw64-toolchain-10.0.0_p1.ebuild
index 4ad2c7cf514f..3b878de762bf 100644
--- a/dev-util/mingw64-toolchain/mingw64-toolchain-10.0.0_p1.ebuild
+++ b/dev-util/mingw64-toolchain/mingw64-toolchain-10.0.0_p1.ebuild
@@ -188,7 +188,6 @@ 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-protector*' #870136
                                filter-flags '-fuse-ld=*'
                                strip-unsupported-flags
                                mwt-build "${@:2}"

Reply via email to