mirror of https://github.com/stella-emu/stella.git
o added missing compiler flag for psp build
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@753 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
01adac3679
commit
c71d30a4aa
|
@ -723,7 +723,7 @@ case $_host_os in
|
|||
# 2 times -lc to avoid link problems. psp-gcc seems to to forget the first -lc wiile stdc++ linking
|
||||
LIBS="-L `psp-config --pspsdk-path`/lib -L`psp-config --pspsdk-path`/../lib "
|
||||
LIBS="$LIBS -lSDLmain -lSDL -lpng -lm -lpspsdk -lpspdebug -lpspgu -lpspctrl "
|
||||
LIBS="$LIBS -lpspaudio -lc -lz -lpspkernel -lpspuser -lpspge -lpspdisplay -lpsphprm -lstdc++ -lc"
|
||||
LIBS="$LIBS -lpspaudio -lc -lz -lpspkernel -lpspuser -lpspge -lpspdisplay -lpsphprm -lpsppower -lstdc++ -lc"
|
||||
# psp compiler
|
||||
CC="psp-gcc"
|
||||
LD="psp-gcc"
|
||||
|
|
Loading…
Reference in New Issue