From c71d30a4aabf92dbf813a6f698ed79c10890167c Mon Sep 17 00:00:00 2001 From: optixx Date: Wed, 31 Aug 2005 07:02:29 +0000 Subject: [PATCH] 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 --- stella/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stella/configure b/stella/configure index bf2de02e8..af28aaec9 100755 --- a/stella/configure +++ b/stella/configure @@ -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"