Skip to content

Commit

Permalink
toolchain: gcc: updat to 13.2
Browse files Browse the repository at this point in the history
Release Notes:
https://gcc.gnu.org/pipermail/gcc/2023-July/242148.html

Remove upstreamed patches:
- patches-13.x/001-rtl-optimization-109585-alias-analysis-typo.patch
- patches-13.x/700-RISCV-Inline-subword-atomic-ops.patch
- patches-13.x/701-riscv-linux-Don-t-add-latomic-with-pthread.patch

Refresh patches:
- patches-13.x/10-mbsd_multi.patch

Signed-off-by: Nick Hainke <[email protected]>
  • Loading branch information
PolynomialDivision committed Jul 30, 2023
1 parent 4a57e78 commit df47dec
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 2,130 deletions.
2 changes: 1 addition & 1 deletion toolchain/gcc/Config.version
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ config GCC_VERSION_13
config GCC_VERSION
string
default "11.3.0" if GCC_VERSION_11
default "13.1.0" if GCC_VERSION_13
default "13.2.0" if GCC_VERSION_13
default "12.3.0"
4 changes: 2 additions & 2 deletions toolchain/gcc/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ ifeq ($(PKG_VERSION),12.3.0)
PKG_HASH:=949a5d4f99e786421a93b532b22ffab5578de7321369975b91aec97adfda8c3b
endif

ifeq ($(PKG_VERSION),13.1.0)
PKG_HASH:=61d684f0aa5e76ac6585ad8898a2427aade8979ed5e7f85492286c4dfc13ee86
ifeq ($(PKG_VERSION),13.2.0)
PKG_HASH:=e275e76442a6067341a27f04c5c6b83d8613144004c0413528863dc6b5c743da
endif

PATCH_DIR=../patches-$(GCC_MAJOR_VERSION).x
Expand Down

This file was deleted.

Loading

0 comments on commit df47dec

Please sign in to comment.