| File | Date | Author | Commit |
|---|---|---|---|
| libsealisp | 2012-06-03 |
|
[9c3718] Implemented Tail call elimination, optimized th... |
| sealisp | 2012-05-20 |
|
[ac7f02] Fixed permissions in source tree, modified auth... |
| README | 2011-12-27 |
|
[156b9c] Allowed mingw32 compilation and PSP compilation... |
When cross-compiling for the PSP, I found that this command line worked best: It looks like the psp linker is not multi-pass, so I had to repeatedly add the various libraries. I'll get the order right sometime. LDFLAGS='-L/usr/local/psp/sdk/lib/ -lsupc++ -lc -lpspkernel -lpspsdk -lpspuser -lpsplibc -lpspkernel -lpspsdk -lpspuser' ./configure --target=psp --host=i386-linux-gnu