aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
authorJoost Peters2005-11-20 17:36:02 +0000
committerJoost Peters2005-11-20 17:36:02 +0000
commit47788dee252ad9072b8061cbffda85e661974438 (patch)
treedcd3bbeaff3471242cd8022c01de4e84f30c248a /backends
parentff83c4146a35ee965fb9bc9d8b6af053c8699862 (diff)
downloadscummvm-rg350-47788dee252ad9072b8061cbffda85e661974438.tar.gz
scummvm-rg350-47788dee252ad9072b8061cbffda85e661974438.tar.bz2
scummvm-rg350-47788dee252ad9072b8061cbffda85e661974438.zip
use gp-relative addressing
svn-id: r19680
Diffstat (limited to 'backends')
-rw-r--r--backends/psp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/psp/Makefile b/backends/psp/Makefile
index 782f270778..37f6c5b9aa 100644
--- a/backends/psp/Makefile
+++ b/backends/psp/Makefile
@@ -37,7 +37,7 @@ endif
INCDIR := $(INCDIR) . $(PSPSDK)/include
LIBDIR := $(LIBDIR) . $(PSPSDK)/lib
-CFLAGS = -O2 -G0 -Wall -D__PSP__ -DNONSTANDARD_PORT -DUSE_ZLIB -Wno-multichar `$(PSPBIN)/sdl-config --cflags`
+CFLAGS = -O2 -Wall -D__PSP__ -DNONSTANDARD_PORT -DUSE_ZLIB -Wno-multichar `$(PSPBIN)/sdl-config --cflags`
CFLAGS := $(addprefix -I,$(INCDIR)) $(CFLAGS)
LDFLAGS := $(addprefix -L,$(LIBDIR)) $(LDFLAGS)
LIBS =