Closed fjtrujy closed 4 years ago
Thank you for changing this, I hope it can get merged. Using the Makefile from ps2dev makes ps2sdk-ports compile in a more standard way, as specified by the ps2sdk currently installed. I'm also expecting this change to fix the issues still being mentioned here https://github.com/ps2dev/ps2sdk-ports/issues/17. Since _EE is defined in the newly included Makefiles.
I think someday we should rename these Makefiles to something that does not include "samples" in the name, but that's what lots of libraries and apps seem to use these days.
Now thanks to @AKuHAK this PR also include stlport
and libtap
back, both now are compiling.
Thanks!
That is the thing: that eeglobal Makefile seems to be a sample, so it would make sense if this project provides its own global Makefile.
Description
This PR is just a preparation before having the final PR for newlib. It just basically remove the local Makefile.eeglobal in
ps2sdk-port
and change all the Makefiles references to the ones underps2dev
Thanks