summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-03-07 04:28:05 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-03-07 04:28:05 +0100
commit5b660b60b4239e9782b43f72b4718121eb3bd65d (patch)
tree3bd0f857e6e42ea835e4d39280e6b3f11e1a5846 /toolchain
parentf8fcb0fbd7b6f9aedbc01c62aa6b2b255a44b586 (diff)
fix nothread x86 builds
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/gcc/patches/4.9.3/disable-split-stack-nothread.patch10
-rw-r--r--toolchain/gcc/patches/5.3.0/disable-split-stack-nothread.patch (renamed from toolchain/gcc/patches/5.3.0/disable-split-stach-nothread.patch)0
2 files changed, 10 insertions, 0 deletions
diff --git a/toolchain/gcc/patches/4.9.3/disable-split-stack-nothread.patch b/toolchain/gcc/patches/4.9.3/disable-split-stack-nothread.patch
new file mode 100644
index 000000000..f78f93d8e
--- /dev/null
+++ b/toolchain/gcc/patches/4.9.3/disable-split-stack-nothread.patch
@@ -0,0 +1,10 @@
+diff -Nur gcc-4.9.3.orig/libgcc/config/t-stack gcc-4.9.3/libgcc/config/t-stack
+--- gcc-4.9.3.orig/libgcc/config/t-stack 2010-10-01 21:31:49.000000000 +0200
++++ gcc-4.9.3/libgcc/config/t-stack 2016-03-07 03:07:56.773442671 +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
diff --git a/toolchain/gcc/patches/5.3.0/disable-split-stach-nothread.patch b/toolchain/gcc/patches/5.3.0/disable-split-stack-nothread.patch
index 32ecf713b..32ecf713b 100644
--- a/toolchain/gcc/patches/5.3.0/disable-split-stach-nothread.patch
+++ b/toolchain/gcc/patches/5.3.0/disable-split-stack-nothread.patch