Loading packaging/build-nspawn.sh +2 −2 Original line number Diff line number Diff line Loading @@ -270,7 +270,7 @@ setup_toolchain() { ' # ── Phase 2b-2: Generate wrapper compilers + toolchain file (always, cheap) ── COMPILE_FLAGS=\"--target=x86_64-linux-musl --sysroot=/usr/local/musl -nostdinc -isystem \${CLANG_RESOURCE}/include -isystem /usr/local/musl/include -fPIC\"\" echo "==> Generating compiler wrappers and toolchain file..." systemd-nspawn -D "$CHROOT_DIR" --pipe -- bash -c " set -e Loading @@ -288,7 +288,7 @@ for arg in \"\\\$@\"; do esac done COMPILE_FLAGS=\"--target=x86_64-linux-musl --sysroot=/usr/local/musl -nostdinc++ -isystem /usr/local/musl/include/c++/v1 -isystem \${CLANG_RESOURCE}/include -isystem /usr/local/musl/include -fPIC\" COMPILE_FLAGS=\"--target=x86_64-linux-musl --sysroot=/usr/local/musl -nostdinc -nostdinc++ -isystem /usr/local/musl/include/c++/v1 -isystem \${CLANG_RESOURCE}/include -isystem /usr/local/musl/include -fPIC\" if [ \"\\\$LINKING\" = \"1\" ]; then exec clang++-${LLVM_VERSION} \\\$COMPILE_FLAGS \\\\ Loading Loading
packaging/build-nspawn.sh +2 −2 Original line number Diff line number Diff line Loading @@ -270,7 +270,7 @@ setup_toolchain() { ' # ── Phase 2b-2: Generate wrapper compilers + toolchain file (always, cheap) ── COMPILE_FLAGS=\"--target=x86_64-linux-musl --sysroot=/usr/local/musl -nostdinc -isystem \${CLANG_RESOURCE}/include -isystem /usr/local/musl/include -fPIC\"\" echo "==> Generating compiler wrappers and toolchain file..." systemd-nspawn -D "$CHROOT_DIR" --pipe -- bash -c " set -e Loading @@ -288,7 +288,7 @@ for arg in \"\\\$@\"; do esac done COMPILE_FLAGS=\"--target=x86_64-linux-musl --sysroot=/usr/local/musl -nostdinc++ -isystem /usr/local/musl/include/c++/v1 -isystem \${CLANG_RESOURCE}/include -isystem /usr/local/musl/include -fPIC\" COMPILE_FLAGS=\"--target=x86_64-linux-musl --sysroot=/usr/local/musl -nostdinc -nostdinc++ -isystem /usr/local/musl/include/c++/v1 -isystem \${CLANG_RESOURCE}/include -isystem /usr/local/musl/include -fPIC\" if [ \"\\\$LINKING\" = \"1\" ]; then exec clang++-${LLVM_VERSION} \\\$COMPILE_FLAGS \\\\ Loading