Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/mingw64-toolchain/
Date: Wed, 14 Sep 2022 21:12:38
Message-Id: 1663189936.d06a9cf2f29ca13694007493173a9ebe304005de.ionen@gentoo
1 commit: d06a9cf2f29ca13694007493173a9ebe304005de
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 14 21:08:46 2022 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 14 21:12:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d06a9cf2
7
8 Revert "dev-util/mingw64-toolchain: filter ssp for cross mingw"
9
10 This reverts commit 26b669479490ec1d679bdbd38b836d6782f1e6c0.
11
12 Will try to get libssp to work, better reverted+failing for now given
13 this can create a unusable build if used ssp. Could filter further to
14 include gcc but will also need to filter on about every mingw packages.
15
16 For those just wanting this to work meanwhile, just don't enable ssp
17 on neither this nor wine.
18
19 Bug: https://bugs.gentoo.org/870136
20 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
21
22 dev-util/mingw64-toolchain/mingw64-toolchain-10.0.0-r1.ebuild | 1 -
23 dev-util/mingw64-toolchain/mingw64-toolchain-10.0.0_p1.ebuild | 1 -
24 2 files changed, 2 deletions(-)
25
26 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
27 index 59a0022ee10b..0bfc818d9698 100644
28 --- a/dev-util/mingw64-toolchain/mingw64-toolchain-10.0.0-r1.ebuild
29 +++ b/dev-util/mingw64-toolchain/mingw64-toolchain-10.0.0-r1.ebuild
30 @@ -187,7 +187,6 @@ src_compile() {
31 # cross-compiling, cleanup and let ./configure handle it
32 unset AR AS CC CPP CXX LD NM OBJCOPY OBJDUMP RANLIB RC STRIP
33 CHOST=${CTARGET}
34 - filter-flags '-fstack-protector*' #870136
35 filter-flags '-fuse-ld=*'
36 strip-unsupported-flags
37 mwt-build "${@:2}"
38
39 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
40 index 4ad2c7cf514f..3b878de762bf 100644
41 --- a/dev-util/mingw64-toolchain/mingw64-toolchain-10.0.0_p1.ebuild
42 +++ b/dev-util/mingw64-toolchain/mingw64-toolchain-10.0.0_p1.ebuild
43 @@ -188,7 +188,6 @@ src_compile() {
44 # cross-compiling, cleanup and let ./configure handle it
45 unset AR AS CC CPP CXX LD NM OBJCOPY OBJDUMP RANLIB RC STRIP
46 CHOST=${CTARGET}
47 - filter-flags '-fstack-protector*' #870136
48 filter-flags '-fuse-ld=*'
49 strip-unsupported-flags
50 mwt-build "${@:2}"