diff options
author | Nick Hainke <vincent@systemli.org> | 2023-05-09 23:47:01 +0200 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2023-05-12 12:11:20 +0200 |
commit | 8d2ab0fac666b9d2f39f517594b414466ff85818 (patch) | |
tree | 0366f7b02ada65deae003039992198d90a676838 /toolchain/gcc/Config.version | |
parent | 7890dd75adc6bf202e8b9841f361dde2f7b5e6fb (diff) | |
download | upstream-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/Config.version')
-rw-r--r-- | toolchain/gcc/Config.version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/Config.version b/toolchain/gcc/Config.version index 1c1b0a04a1..7126a0c883 100644 --- a/toolchain/gcc/Config.version +++ b/toolchain/gcc/Config.version @@ -10,4 +10,4 @@ config GCC_VERSION string default "11.3.0" if GCC_VERSION_11 default "13.1.0" if GCC_VERSION_13 - default "12.2.0" + default "12.3.0" |