Skip to content

Commit

Permalink
gcc 13.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminwan committed Jul 16, 2024
1 parent a0f310d commit 49d4ed4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
ver:
- { gcc: 13.3.0 }
- { gcc: 13.2.0 }
arch:
[
aarch64-linux-musl,
Expand Down
4 changes: 2 additions & 2 deletions config.mak
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ BINUTILS_CONFIG += --enable-gold=yes
GCC_CONFIG += --enable-default-pie --enable-static-pie --disable-cet

CONFIG_SUB_REV = 888c8e3d5f7b
GCC_VER = 13.3.0
BINUTILS_VER = 2.39
GCC_VER = 13.2.0
BINUTILS_VER = 2.42
MUSL_VER = 1.2.4
GMP_VER = 6.2.1
MPC_VER = 1.2.1
Expand Down

0 comments on commit 49d4ed4

Please sign in to comment.