diff options
author | Chris Packham <judge.packham@gmail.com> | 2025-05-25 10:28:35 +1200 |
---|---|---|
committer | Chris Packham <judge.packham@gmail.com> | 2025-05-27 09:08:17 +1200 |
commit | 9a4a376bfb34e542003ca87008fc13f92fd9ead8 (patch) | |
tree | 30e6d5fc33125a724a2a37490100f0c9c23232b9 /packages/gcc/14.3.0/0003-0003-libgcc-disable-split-stack-nothreads.patch.patch | |
parent | d46ae2bc929fe8da2c26f8444c5f8aeb4f466e62 (diff) | |
download | crosstool-ng-9a4a376bfb34e542003ca87008fc13f92fd9ead8.tar.gz crosstool-ng-9a4a376bfb34e542003ca87008fc13f92fd9ead8.tar.bz2 crosstool-ng-9a4a376bfb34e542003ca87008fc13f92fd9ead8.zip |
gcc: Update GCC 14.2.0 -> 14.3.0
https://gcc.gnu.org/pipermail/gcc-announce/2025/000186.html
Add the new version. Drop the patches that have been added upstream and
regenerate the rest.
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Diffstat (limited to 'packages/gcc/14.3.0/0003-0003-libgcc-disable-split-stack-nothreads.patch.patch')
-rw-r--r-- | packages/gcc/14.3.0/0003-0003-libgcc-disable-split-stack-nothreads.patch.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/packages/gcc/14.3.0/0003-0003-libgcc-disable-split-stack-nothreads.patch.patch b/packages/gcc/14.3.0/0003-0003-libgcc-disable-split-stack-nothreads.patch.patch new file mode 100644 index 00000000..2fea1b63 --- /dev/null +++ b/packages/gcc/14.3.0/0003-0003-libgcc-disable-split-stack-nothreads.patch.patch @@ -0,0 +1,23 @@ +From 9b74f600cb69cf86c9a8e29e8cea775effd780c2 Mon Sep 17 00:00:00 2001 +From: Chris Packham <chris.packham@alliedtelesis.co.nz> +Date: Sun, 25 May 2025 10:34:01 +1200 +Subject: [PATCH] 0003-libgcc-disable-split-stack-nothreads.patch + +--- + libgcc/config/t-stack | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/libgcc/config/t-stack b/libgcc/config/t-stack +index cc0366b4cd81..f3f97e86d60e 100644 +--- a/libgcc/config/t-stack ++++ b/libgcc/config/t-stack +@@ -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 +-- +2.49.0 + |