diff options
author | Alastair D'Silva <alastair@d-silva.org> | 2017-01-06 12:00:32 +1100 |
---|---|---|
committer | Alastair D'Silva <alastair@d-silva.org> | 2017-01-06 12:05:16 +1100 |
commit | e427a6408f61a1950ad2dfa5ac32853dcb391be7 (patch) | |
tree | 251acfdd28203230bbc2d39370fd9c93515f01cd /patches/gcc/6.2.0/930-libgcc-disable-split-stack-nothreads.patch | |
parent | 36e856716739e5f4a305c5035f2c2e13064bb520 (diff) | |
download | crosstool-ng-e427a6408f61a1950ad2dfa5ac32853dcb391be7.tar.gz crosstool-ng-e427a6408f61a1950ad2dfa5ac32853dcb391be7.tar.bz2 crosstool-ng-e427a6408f61a1950ad2dfa5ac32853dcb391be7.zip |
Remove GCC 6.2.0
Signed-off-by: Alastair D'Silva <alastair@d-silva.org>
Diffstat (limited to 'patches/gcc/6.2.0/930-libgcc-disable-split-stack-nothreads.patch')
-rw-r--r-- | patches/gcc/6.2.0/930-libgcc-disable-split-stack-nothreads.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/patches/gcc/6.2.0/930-libgcc-disable-split-stack-nothreads.patch b/patches/gcc/6.2.0/930-libgcc-disable-split-stack-nothreads.patch deleted file mode 100644 index 07f9a739..00000000 --- a/patches/gcc/6.2.0/930-libgcc-disable-split-stack-nothreads.patch +++ /dev/null @@ -1,14 +0,0 @@ -disable split-stack for non-thread builds - -Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> - -diff -Nur gcc-5.3.0.orig/libgcc/config/t-stack gcc-5.3.0/libgcc/config/t-stack ---- gcc-5.3.0.orig/libgcc/config/t-stack 2010-10-01 21:31:49.000000000 +0200 -+++ gcc-5.3.0/libgcc/config/t-stack 2016-03-07 03:25:32.000000000 +0100 -@@ -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 |