summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/common.mk
diff options
context:
space:
mode:
authorRui Salvaterra <rsalvaterra@gmail.com>2024-05-07 12:57:49 +0100
committerRui Salvaterra <rsalvaterra@gmail.com>2024-05-12 12:47:12 +0100
commitc758d6427c40e7518f0a85ce607930335c88e56f (patch)
tree63e7bb720ec2a767d6f5f8c907a132df98d5a32a /toolchain/gcc/common.mk
parentfbf6f9da0206c2a54314989db0ae595742a167df (diff)
downloadopenwrt-c758d6427c40e7518f0a85ce607930335c88e56f.tar.gz
openwrt-c758d6427c40e7518f0a85ce607930335c88e56f.tar.bz2
openwrt-c758d6427c40e7518f0a85ce607930335c88e56f.zip
toolchain: gcc: add support for GCC 14
Deleted (upstreamed): - 020-Include-safe-ctype.h-after-C-standard-headers-to-avo.patch [1] - 021-libcc1-fix-vector-include.patch [2] All other patches automatically rebased. Note that selecting GCC 14, as of now, *will* result in build failures. The packages that fail to build will be fixed as they're found. Thus, GCC 13.x is the default, for the time being. [1] https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=9970b576b7e4ae337af1268395ff221348c4b34a [2] https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=5213047b1d50af63dfabb5e5649821a6cb157e33 Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
Diffstat (limited to 'toolchain/gcc/common.mk')
-rw-r--r--toolchain/gcc/common.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/toolchain/gcc/common.mk b/toolchain/gcc/common.mk
index cdbf9fafa9..f5db99f869 100644
--- a/toolchain/gcc/common.mk
+++ b/toolchain/gcc/common.mk
@@ -42,6 +42,10 @@ ifeq ($(PKG_VERSION),13.2.0)
PKG_HASH:=e275e76442a6067341a27f04c5c6b83d8613144004c0413528863dc6b5c743da
endif
+ifeq ($(PKG_VERSION),14.1.0)
+ PKG_HASH:=e283c654987afe3de9d8080bc0bd79534b5ca0d681a73a11ff2b5d3767426840
+endif
+
PATCH_DIR=../patches-$(GCC_MAJOR_VERSION).x
BUGURL=http://bugs.openwrt.org/