Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config.mak
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ OUTPUT = /usr/local/musl
# BINUTILS_VER =
GCC_VER = 11.2.0

MUSL_VER = 1.2.3
MUSL_VER = 1.2.5

# GMP_VER =
# MPC_VER =
Expand Down
2 changes: 1 addition & 1 deletion config.mak.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ OUTPUT = /usr/local/musl
# https://github.com/messense/rust-musl-cross/pull/67#issuecomment-1251905512
GCC_VER = 9.2.0

MUSL_VER = 1.2.3
MUSL_VER = 1.2.5

# GMP_VER =
# MPC_VER =
Expand Down