From 4388d801e5f6d295e956e055bf895ae71d6b4226 Mon Sep 17 00:00:00 2001 From: optixx Date: Thu, 5 Jan 2006 23:39:44 +0000 Subject: [PATCH] added -lGL to get psp build working with new sdl release git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@937 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba --- stella/configure | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stella/configure b/stella/configure index cf8ad8358..114f19f32 100755 --- a/stella/configure +++ b/stella/configure @@ -782,8 +782,7 @@ case $_host_os in CXXFLAGS="-G0 -O2 -fno-rtti" # 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 -lm -lpspdebug -lpspgu -lpspctrl -lpspge -lpspdisplay -lpsphprm -lpspsdk -lpspaudio -lc -lpspuser -lpspkernel -lpsppower -lpng -lz -lm -lg -lstdc++ -lc -lpsputility" - + LIBS="$LIBS -lSDLmain -lSDL -lGL -lm -lpspdebug -lpspgu -lpspctrl -lpspge -lpspdisplay -lpsphprm -lpspsdk -lpsprtc -lpspaudio -lc -lpspuser -lpspkernel -lpsppower -lpng -lz -lm -lg -lstdc++ -lc -lpsputility" # psp compiler CC="psp-gcc" LD="psp-gcc"