Commit 64f5bfd0 authored by jan.koester's avatar jan.koester
Browse files

test

parent 1c69a6b2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@ ExecStart=/usr/bin/systemd-nspawn \
    --directory=/opt/blogi \
    --settings=override \
    --keep-unit \
    --as-pid2 \
    --quiet
Restart=on-failure
RestartSec=5
+6 −1
Original line number Diff line number Diff line
@@ -284,7 +284,9 @@ if [ \"\\\$LINKING\" = \"1\" ]; then
        -fuse-ld=lld \\\\
        -L/usr/local/musl/lib -L/usr/local/lib -L\${RT_PATH} \\\\
        --unwindlib=none -nostdlib \\\\
        /usr/local/musl/lib/crt1.o /usr/local/musl/lib/crti.o \\\\
        -lc++ -lc++abi -lunwind -lc -lclang_rt.builtins-x86_64 \\\\
        /usr/local/musl/lib/crtn.o \\\\
        -Wl,-rpath,/usr/local/musl/lib -Wl,-rpath,/usr/local/lib \\\\
        \"\\\$@\"
else
@@ -309,7 +311,10 @@ if [ \"\\\$LINKING\" = \"1\" ]; then
    exec clang-${LLVM_VERSION} \\\$COMPILE_FLAGS \\\\
        -fuse-ld=lld \\\\
        -L/usr/local/musl/lib -L/usr/local/lib -L\${RT_PATH} \\\\
        -nostdlib -lc -lclang_rt.builtins-x86_64 \\\\
        -nostdlib \\\\
        /usr/local/musl/lib/crt1.o /usr/local/musl/lib/crti.o \\\\
        -lc -lclang_rt.builtins-x86_64 \\\\
        /usr/local/musl/lib/crtn.o \\\\
        -Wl,-rpath,/usr/local/musl/lib -Wl,-rpath,/usr/local/lib \\\\
        \"\\\$@\"
else