File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ bootstrap_compiler_rt
186186./kernel.sh
187187./musl.sh
188188build_libunwind
189- # build_libcxxabi
189+ build_libcxxabi
190190# TODO: this doesn't work yet
191191# build_libcxx
192192
Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ function get_or_fetch_musl () {
2323
2424function build_musl () {
2525 # TODO: something better than this...like if we updated musl.
26- if [[ -d sysroot/usr/local/include ]]; then
27- if [[ -n " $( find sysroot/usr/local/include -type f | wc -l) " ]]; then
28- return
29- fi ;
30- fi ;
26+ # if [[ -d sysroot/usr/local/include ]]; then
27+ # if [[ -n "$(find sysroot/usr/local/include -type f | wc -l)" ]]; then
28+ # return
29+ # fi;
30+ # fi;
3131
3232 BUILTINS=$( readlink -f sysroot/usr/local/lib/linux/libclang_rt.builtins-x86_64.a)
3333 CC=$( which clang)
You can’t perform that action at this time.
0 commit comments