Update musl repository URL in build scripts with a mirror

This commit is contained in:
Nicolas Kruse 2025-11-23 18:31:22 +01:00 committed by Nicolas Kruse
parent 0d119f5a0c
commit 4504abf5cb
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@ set -v
mkdir -p /object_files mkdir -p /object_files
git clone --single-branch --branch master --depth 1 https://git.musl-libc.org/git/musl #git clone --single-branch --branch master --depth 1 https://git.musl-libc.org/git/musl
git clone --single-branch --branch master --depth 1 https://repo.or.cz/musl.git
cd musl cd musl
#./configure CFLAGS="-O2 -fno-stack-protector -ffast-math" #./configure CFLAGS="-O2 -fno-stack-protector -ffast-math"