Skip to content

Commit 28b01be

Browse files
committed
Use GCC 9.4.0 for aarch64
1 parent cf524bb commit 28b01be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.mak.aarch64

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ OUTPUT = /usr/local/musl
1919

2020
# undefined reference to `getauxval' on GCC 11.2.0
2121
# https://github.com/messense/rust-musl-cross/pull/67#issuecomment-1251905512
22-
GCC_VER = 9.2.0
22+
GCC_VER = 9.4.0
2323

2424
MUSL_VER = 1.2.3
2525

0 commit comments

Comments
 (0)