mirror of
https://github.com/richfelker/musl-cross-make.git
synced 2025-08-02 22:43:23 +02:00

commit 20ce424e65ab227e3dc866ab6ac2d2b096f55fd8 introduced a situation where two instances of gcc's build process could be invoked concurrently in the process of fixing the same issue for musl. only the production of native compilers seems to have been affected. add a direct dependency edge rather than relying on the indirect dependency, which was only present in non-native mode.