summaryrefslogtreecommitdiff
path: root/toolchain/gcc/patches/7.4.0/disable-split-stack-nothread.patch
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbrodkorb@infonline.de>2021-06-11 15:28:11 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2021-06-11 15:32:57 +0200
commit1557f0ea6e1ae6c363544b853c805d4ee5900ec3 (patch)
treecc90ac681bdf941f7218dbc16b2ec5501c2da328 /toolchain/gcc/patches/7.4.0/disable-split-stack-nothread.patch
parentb83259f5d8417e231bf261a50954aa4c5709e814 (diff)
gcc: update 8/9
Diffstat (limited to 'toolchain/gcc/patches/7.4.0/disable-split-stack-nothread.patch')
-rw-r--r--toolchain/gcc/patches/7.4.0/disable-split-stack-nothread.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/toolchain/gcc/patches/7.4.0/disable-split-stack-nothread.patch b/toolchain/gcc/patches/7.4.0/disable-split-stack-nothread.patch
deleted file mode 100644
index 0038d7573..000000000
--- a/toolchain/gcc/patches/7.4.0/disable-split-stack-nothread.patch
+++ /dev/null
@@ -1,10 +0,0 @@
-diff -Nur gcc-7.1.0.orig/libgcc/config/t-stack gcc-7.1.0/libgcc/config/t-stack
---- gcc-7.1.0.orig/libgcc/config/t-stack 2010-10-01 21:31:49.000000000 +0200
-+++ gcc-7.1.0/libgcc/config/t-stack 2017-06-23 19:55:25.215965555 +0200
-@@ -1,4 +1,6 @@
- # Makefile fragment to provide generic support for -fsplit-stack.
- # This should be used in config.host for any host which supports
- # -fsplit-stack.
-+ifeq ($(enable_threads),yes)
- LIB2ADD_ST += $(srcdir)/generic-morestack.c $(srcdir)/generic-morestack-thread.c
-+endif