diorcety / crosstool-ng

crosstool-ng fork with the full support of Darwin/Linux/Windows as build and host machine
Other
33 stars 15 forks source link

Ld64 sleep #7

Closed mshal closed 10 years ago

mshal commented 10 years ago

ld64 has a stupid usleep(1000000) inside a #if DEBUG, which appears to be enabled in crosstool-ng. This patch just removes that code since it adds an unnecessary startup delay to ld64.

diorcety commented 10 years ago

Thanks for your patch. Yann