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

test

parent cf0cff42
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -290,7 +290,9 @@ done

CLANG_RESOURCE=\"\$(clang-${LLVM_VERSION} -print-resource-dir)\"

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\"
unset CPATH C_INCLUDE_PATH CPLUS_INCLUDE_PATH OBJC_INCLUDE_PATH OBJCPLUS_INCLUDE_PATH INCLUDE

COMPILE_FLAGS=\"--target=x86_64-linux-musl --sysroot=/usr/local/musl -nostdinc -nostdinc++ -nostdlibinc -nobuiltininc -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 \\\\
@@ -321,7 +323,9 @@ done

CLANG_RESOURCE=\"\$(clang-${LLVM_VERSION} -print-resource-dir)\"

COMPILE_FLAGS=\"--target=x86_64-linux-musl --sysroot=/usr/local/musl -nostdinc -isystem \${CLANG_RESOURCE}/include -isystem /usr/local/musl/include -fPIC\"
unset CPATH C_INCLUDE_PATH CPLUS_INCLUDE_PATH OBJC_INCLUDE_PATH OBJCPLUS_INCLUDE_PATH INCLUDE

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

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