summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-libs/libstdc++-v3/files/compile_with_no-SSP.patch')
-rw-r--r--sys-libs/libstdc++-v3/files/compile_with_no-SSP.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/sys-libs/libstdc++-v3/files/compile_with_no-SSP.patch b/sys-libs/libstdc++-v3/files/compile_with_no-SSP.patch
deleted file mode 100644
index d4598ff8..00000000
--- a/sys-libs/libstdc++-v3/files/compile_with_no-SSP.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- gcc/Makefile.in 2009-03-10 00:13:55.000000000 +0000
-+++ gcc/Makefile.in 2009-03-10 00:19:02.000000000 +0000
-@@ -623,7 +623,7 @@
- # This is the variable actually used when we compile.
- # If you change this line, you probably also need to change the definition
- # of HOST_CFLAGS in build-make to match.
--ALL_CFLAGS = $(X_CFLAGS) $(T_CFLAGS) \
-+ALL_CFLAGS = $(X_CFLAGS) $(T_CFLAGS) -fno-stack-protector \
- $(CFLAGS) $(INTERNAL_CFLAGS) $(COVERAGE_FLAGS) $(WARN_CFLAGS) $(XCFLAGS) @DEFS@
-
- # Likewise.