20ce424e65
these are not needed since the cross toolchain being used to build the native compiler already has its own libc and headers. but more importantly, due to lack of certain dependency chains that would be present for a cross compiler build, it was possible for two invocations of musl's make process to occur in parallel (one for temp sysroot headers, one for actual libc build). this could (and was observed to) lead to a race condition where alltypes.h was momentarily truncated in the middle of the libc build. |
||
---|---|---|
.. | ||
Makefile |