aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/common.mk
diff options
context:
space:
mode:
authorNick Hainke <vincent@systemli.org>2023-05-09 23:47:01 +0200
committerChristian Marangi <ansuelsmth@gmail.com>2023-05-12 12:11:20 +0200
commit8d2ab0fac666b9d2f39f517594b414466ff85818 (patch)
tree0366f7b02ada65deae003039992198d90a676838 /toolchain/gcc/common.mk
parent7890dd75adc6bf202e8b9841f361dde2f7b5e6fb (diff)
downloadupstream-8d2ab0fac666b9d2f39f517594b414466ff85818.tar.gz
upstream-8d2ab0fac666b9d2f39f517594b414466ff85818.tar.bz2
upstream-8d2ab0fac666b9d2f39f517594b414466ff85818.zip
toolchain: gcc: update to 12.3.0
Release notes: https://gcc.gnu.org/gcc-12/changes.html Refresh patches: - 230-musl_libssp.patch - 910-mbsd_multi.patch - 920-specs_nonfatal_getenv.patch - 970-macos_arm64-building-fix.patch Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'toolchain/gcc/common.mk')
-rw-r--r--toolchain/gcc/common.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/gcc/common.mk b/toolchain/gcc/common.mk
index ebe4b484cf..677fb25381 100644
--- a/toolchain/gcc/common.mk
+++ b/toolchain/gcc/common.mk
@@ -33,8 +33,8 @@ ifeq ($(PKG_VERSION),11.3.0)
PKG_HASH:=b47cf2818691f5b1e21df2bb38c795fac2cfbd640ede2d0a5e1c89e338a3ac39
endif
-ifeq ($(PKG_VERSION),12.2.0)
- PKG_HASH:=e549cf9cf3594a00e27b6589d4322d70e0720cdd213f39beb4181e06926230ff
+ifeq ($(PKG_VERSION),12.3.0)
+ PKG_HASH:=949a5d4f99e786421a93b532b22ffab5578de7321369975b91aec97adfda8c3b
endif
ifeq ($(PKG_VERSION),13.1.0)