aboutsummaryrefslogtreecommitdiff
path: root/14.0.0
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-06-16 00:03:22 +0100
committerSam James <sam@gentoo.org>2023-06-16 00:03:27 +0100
commitf9de5c24b9a6172d48786289035eed8f947c04c1 (patch)
treef4704154f6206340a4f11b5798e94d468a85a100 /14.0.0
parent13.2.0: backport split match.pd changes (diff)
downloadgcc-patches-f9de5c24b9a6172d48786289035eed8f947c04c1.tar.gz
gcc-patches-f9de5c24b9a6172d48786289035eed8f947c04c1.tar.bz2
gcc-patches-f9de5c24b9a6172d48786289035eed8f947c04c1.zip
14.0.0: drop 09_all_nopie-all-flags.patch
Conflicts with https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=b6cb10af12cf869c1ae348c0e5cb2d364ef0abce upstream and upon review, I don't think we need this anymore at all. Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to '14.0.0')
-rw-r--r--14.0.0/gentoo/09_all_nopie-all-flags.patch18
-rw-r--r--14.0.0/gentoo/README.history3
2 files changed, 3 insertions, 18 deletions
diff --git a/14.0.0/gentoo/09_all_nopie-all-flags.patch b/14.0.0/gentoo/09_all_nopie-all-flags.patch
deleted file mode 100644
index fe1cd80..0000000
--- a/14.0.0/gentoo/09_all_nopie-all-flags.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-We need to pass NO_PIE_CFLAGS to ALL_* so gcc don't fail when
-we compile it with older gcc and pie.
-
---- a/gcc/Makefile.in
-+++ b/gcc/Makefile.in
-@@ -1054,10 +1054,10 @@ ALL_CXXFLAGS = $(T_CFLAGS) $(CFLAGS-$@)
- ALL_CPPFLAGS = $(INCLUDES) $(CPPFLAGS)
-
- # This is the variable to use when using $(COMPILER).
--ALL_COMPILERFLAGS = $(ALL_CXXFLAGS)
-+ALL_COMPILERFLAGS = $(NO_PIE_CFLAGS) $(ALL_CXXFLAGS)
-
- # This is the variable to use when using $(LINKER).
--ALL_LINKERFLAGS = $(ALL_CXXFLAGS)
-+ALL_LINKERFLAGS = $(NO_PIE_CFLAGS) $(ALL_CXXFLAGS)
-
- # Build and host support libraries.
-
diff --git a/14.0.0/gentoo/README.history b/14.0.0/gentoo/README.history
index 6204a28..54617a7 100644
--- a/14.0.0/gentoo/README.history
+++ b/14.0.0/gentoo/README.history
@@ -1,3 +1,6 @@
+2 ??
+ - 09_all_nopie-all-flags.patch
+
1 23 April 2023
+ 01_all_default-fortify-source.patch