dtc: update legal info
[buildroot-gz.git] / package / gcc / 5.4.0 / 930-libgcc-disable-split-stack-nothreads.patch
blob07f9a7395b9424d0c824c469a669d141df78f53a
1 disable split-stack for non-thread builds
3 Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
5 diff -Nur gcc-5.3.0.orig/libgcc/config/t-stack gcc-5.3.0/libgcc/config/t-stack
6 --- gcc-5.3.0.orig/libgcc/config/t-stack 2010-10-01 21:31:49.000000000 +0200
7 +++ gcc-5.3.0/libgcc/config/t-stack 2016-03-07 03:25:32.000000000 +0100
8 @@ -1,4 +1,6 @@
9 # Makefile fragment to provide generic support for -fsplit-stack.
10 # This should be used in config.host for any host which supports
11 # -fsplit-stack.
12 +ifeq ($(enable_threads),yes)
13 LIB2ADD_ST += $(srcdir)/generic-morestack.c $(srcdir)/generic-morestack-thread.c
14 +endif