Commit 90075085 authored by jan.koester's avatar jan.koester
Browse files

test

parent 1fa8cd62
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -299,7 +299,7 @@ if [ \"\\\$LINKING\" = \"1\" ]; then
        -lc++ -lc++abi -lunwind -lc -lclang_rt.builtins-x86_64 \\\\
        -Wl,--dynamic-linker=/lib/ld-musl-x86_64.so.1 \\\\
        /usr/local/musl/lib/crtn.o \\\\
                COMPILE_FLAGS=\"--target=x86_64-linux-musl --sysroot=/usr/local/musl -nostdinc -isystem \${CLANG_RESOURCE}/include -isystem /usr/local/musl/include -fPIC\"\"
            -Wl,-rpath,/usr/local/musl/lib -Wl,-rpath,/usr/local/lib \\
        \"\\\$@\"
else
    exec clang++-${LLVM_VERSION} \\\$COMPILE_FLAGS \"\\\$@\"
@@ -317,7 +317,7 @@ for arg in \"\\\$@\"; do
    esac
done

COMPILE_FLAGS=\"--target=x86_64-linux-musl --sysroot=/usr/local/musl -isystem \${CLANG_RESOURCE}/include -isystem /usr/local/musl/include -fPIC\"
COMPILE_FLAGS=\"--target=x86_64-linux-musl --sysroot=/usr/local/musl -nostdinc -isystem \${CLANG_RESOURCE}/include -isystem /usr/local/musl/include -fPIC\"

if [ \"\\\$LINKING\" = \"1\" ]; then
    exec clang-${LLVM_VERSION} \\\$COMPILE_FLAGS \\\\