Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/gcc/files/
Date: Tue, 30 Aug 2022 22:57:54
Message-Id: 1661900253.f20e21dedafc3bc9f9f436231562643392f1124f.conikost@gentoo
1 commit: f20e21dedafc3bc9f9f436231562643392f1124f
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Tue Aug 23 17:25:03 2022 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 30 22:57:33 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f20e21de
7
8 sys-devel/gcc: remove unused patch
9
10 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
11 Portage 3.0.34 / pkgdev 0.2.1 / pkgcheck 0.10.14
12 Closes: https://github.com/gentoo/gentoo/pull/26987
13 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
14
15 .../files/gcc-11.2.0-cross-compile-include.patch | 26 ----------------------
16 1 file changed, 26 deletions(-)
17
18 diff --git a/sys-devel/gcc/files/gcc-11.2.0-cross-compile-include.patch b/sys-devel/gcc/files/gcc-11.2.0-cross-compile-include.patch
19 deleted file mode 100644
20 index d06410650bb0..000000000000
21 --- a/sys-devel/gcc/files/gcc-11.2.0-cross-compile-include.patch
22 +++ /dev/null
23 @@ -1,26 +0,0 @@
24 -https://bugs.gentoo.org/803371
25 -https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80196
26 -https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100017
27 ---- a/configure
28 -+++ b/configure
29 -@@ -17044,7 +17044,7 @@ else
30 - fi
31 -
32 -
33 --RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
34 -+RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET -nostdinc++"
35 -
36 - { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ar" >&5
37 - $as_echo_n "checking where to find the target ar... " >&6; }
38 ---- a/configure.ac
39 -+++ b/configure.ac
40 -@@ -3529,7 +3529,7 @@ ACX_CHECK_INSTALLED_TARGET_TOOL(STRIP_FOR_TARGET, strip)
41 - ACX_CHECK_INSTALLED_TARGET_TOOL(WINDRES_FOR_TARGET, windres)
42 - ACX_CHECK_INSTALLED_TARGET_TOOL(WINDMC_FOR_TARGET, windmc)
43 -
44 --RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
45 -+RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET -nostdinc++"
46 -
47 - GCC_TARGET_TOOL(ar, AR_FOR_TARGET, AR, [binutils/ar])
48 - GCC_TARGET_TOOL(as, AS_FOR_TARGET, AS, [gas/as-new])
49 -