buildscripts icon indicating copy to clipboard operation
buildscripts copied to clipboard

Scripts for building devkitPro toolchains

Results 1 buildscripts issues
Sort by recently updated
recently updated
newest added

For some reason, `_GLIBCXX_GTHREAD_USE_WEAK` is not disabled by default, and at least `__gthread_once` is broken on DS in my test (so `std::call_once` is unusable). By changing `__gthrw_(pthread_once)` to `pthread_once` in...