pspdev / psptoolchain-allegrex

This program will automatically build and install an Allegrex compiler which is used in the creation of homebrew software for the Sony PlayStation® Portable videogame system.
MIT License
11 stars 10 forks source link

Enabling multithread in newlib #32

Closed fjtrujy closed 6 months ago

fjtrujy commented 6 months ago

To have thread-safe operations for all the newlib operations we have been required to do several PR:

This PR skips the usage of the dummy lock API, letting us implement the specific one in the pspsdk/libcglue

Cheers