move the dragora-mouse tool to archive/dragora-tools/ directory
[dragora.git] / patches / musl / musl-nolibcc_stage1.diff
blob52434ddfd6efd5a54bcdac4e04265a2e86bd82a6
1 --- musl-1.1.19/configure~ 2018-02-22 15:39:19.000000000 -0300
2 +++ musl-1.1.19/configure 2018-02-25 16:09:04.477036114 -0300
3 @@ -598,8 +598,6 @@
4 # Find compiler runtime library
5 test -z "$LIBCC" && tryldflag LIBCC -lgcc && tryldflag LIBCC -lgcc_eh
6 test -z "$LIBCC" && tryldflag LIBCC -lcompiler_rt
7 -test -z "$LIBCC" && try_libcc=`$CC -print-libgcc-file-name 2>/dev/null` \
8 - && tryldflag LIBCC "$try_libcc"
9 test -z "$LIBCC" && try_libcc=`$CC -print-file-name=libpcc.a 2>/dev/null` \
10 && tryldflag LIBCC "$try_libcc"
11 printf "using compiler runtime libraries: %s\n" "$LIBCC"