use gp-relative addressing

svn-id: r19680
This commit is contained in:
Joost Peters
2005-11-20 17:36:02 +00:00
parent ff83c4146a
commit 47788dee25
+1 -1
View File
@@ -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 =