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:
optixx 2005-08-31 07:02:29 +00:00
parent 01adac3679
commit c71d30a4aa
1 changed files with 1 additions and 1 deletions

2
stella/configure vendored
View File

@ -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"