I'm trying to build a package for SLAX to enable it to compile for PSP.
Is there an option like DESTDIR to make the toolchain compile and put the file in a specific directory?
Thanks!
The toolchain is just gcc, binutils, gdb, newlib, etc, so whatever DESTDIR support they have should already be usable (you'll have to adjust the toolchain build scripts, of course).
The pspsdk is autoconf, so that should support it too.
No, I haven't tested the "set PSPDEV" method, but what should I do to make a installation suitable for packaging?
My normal procedure to make packages is the use of DESTDIR parameter, so? Any idea on how to adapt it to psptoolchian?
Thanks for all the advices :)
The toolchain is just gcc, binutils, gdb, newlib, etc, so whatever DESTDIR support they have should already be usable (you'll have to adjust the toolchain build scripts, of course).
The pspsdk is autoconf, so that should support it too.