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

test

parent 90075085
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -288,6 +288,8 @@ for arg in \"\\\$@\"; do
    esac
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\"

if [ \"\\\$LINKING\" = \"1\" ]; then
@@ -317,6 +319,8 @@ for arg in \"\\\$@\"; do
    esac
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\"

if [ \"\\\$LINKING\" = \"1\" ]; then
@@ -743,6 +747,7 @@ run_phase() {
            ;;
        blogi)
            setup_chroot
            setup_toolchain
            build_blogi
            ;;
        all)