Skip to content

Commit

Permalink
toolchain: gcc: update to 13.3
Browse files Browse the repository at this point in the history
Release Notes:
https://gcc.gnu.org/pipermail/gcc/2024-May/243980.html

Remove upstreamed patches:
- patches-13.x/020-Include-safe-ctype.h-after-C-standard-headers-to-avo.patch
- patches-13.x/021-libcc1-fix-vector-include.patch
- patches-13.x/400-LoongArch-Fix-MUSL_DYNAMIC_LINKER.patch
- patches-13.x/401-LoongArch-Modify-MUSL_DYNAMIC_LINKER.patch

Refresh patches:
- patches-13.x/300-mips_Os_cpu_rtx_cost_model.patch
- patches-13.x/970-macos_arm64-building-fix.patch

Signed-off-by: Olcay Korkmaz <[email protected]>
  • Loading branch information
NukeMania authored and PolynomialDivision committed May 28, 2024
1 parent 3a2706e commit 3b63abf
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 293 deletions.
2 changes: 1 addition & 1 deletion toolchain/gcc/Config.version
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ config GCC_VERSION
default "11.3.0" if GCC_VERSION_11
default "12.3.0" if GCC_VERSION_12
default "14.1.0" if GCC_VERSION_14
default "13.2.0"
default "13.3.0"

config GCC_USE_DEFAULT_VERSION
bool
Expand Down
4 changes: 2 additions & 2 deletions toolchain/gcc/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ ifeq ($(PKG_VERSION),12.3.0)
PKG_HASH:=949a5d4f99e786421a93b532b22ffab5578de7321369975b91aec97adfda8c3b
endif

ifeq ($(PKG_VERSION),13.2.0)
PKG_HASH:=e275e76442a6067341a27f04c5c6b83d8613144004c0413528863dc6b5c743da
ifeq ($(PKG_VERSION),13.3.0)
PKG_HASH:=0845e9621c9543a13f484e94584a49ffc0129970e9914624235fc1d061a0c083
endif

ifeq ($(PKG_VERSION),14.1.0)
Expand Down

This file was deleted.

65 changes: 0 additions & 65 deletions toolchain/gcc/patches-13.x/021-libcc1-fix-vector-include.patch

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Signed-off-by: Felix Fietkau <[email protected]>

--- a/gcc/config/mips/mips.cc
+++ b/gcc/config/mips/mips.cc
@@ -20213,7 +20213,7 @@ mips_option_override (void)
@@ -20219,7 +20219,7 @@ mips_option_override (void)
flag_pcc_struct_return = 0;

/* Decide which rtx_costs structure to use. */
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Date: Mon Aug 16 13:16:21 2021 +0100

--- a/gcc/config/aarch64/aarch64.h
+++ b/gcc/config/aarch64/aarch64.h
@@ -1185,7 +1185,7 @@ extern enum aarch64_code_model aarch64_c
@@ -1195,7 +1195,7 @@ extern enum aarch64_code_model aarch64_c

/* Extra specs when building a native AArch64-hosted compiler.
Option rewriting rules based on host system. */
Expand Down

0 comments on commit 3b63abf

Please sign in to comment.