aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
authorFabio Battaglia2010-02-08 11:44:29 +0000
committerFabio Battaglia2010-02-08 11:44:29 +0000
commit6938ca072aa05600ece0b7041e47a0fe8e4abba4 (patch)
treef26800ccd57e6ae1284715239a8cceb21beae424 /backends
parent86163d5a6c294937a7d4f231f7ff14f5b652b295 (diff)
downloadscummvm-rg350-6938ca072aa05600ece0b7041e47a0fe8e4abba4.tar.gz
scummvm-rg350-6938ca072aa05600ece0b7041e47a0fe8e4abba4.tar.bz2
scummvm-rg350-6938ca072aa05600ece0b7041e47a0fe8e4abba4.zip
Add N64 backend to credits
svn-id: r47988
Diffstat (limited to 'backends')
-rw-r--r--backends/platform/n64/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/n64/Makefile b/backends/platform/n64/Makefile
index 8de2634a82..a646f73cb3 100644
--- a/backends/platform/n64/Makefile
+++ b/backends/platform/n64/Makefile
@@ -33,7 +33,7 @@ endif
LIBS += -lm -lstdc++ -lc -lgcc -lz -lnosys
-CXXFLAGS = -g -mno-extern-sdata -O2 -fomit-frame-pointer -march=vr4300 -mtune=vr4300 -mhard-float -fno-rtti -fno-exceptions -Wno-multichar -Wshadow -I$(LIBN64PATH) -I$(TOOLPATH)/include -I./ -I$(srcdir) -I$(srcdir)/engines
+CXXFLAGS = -g -mno-extern-sdata -O2 --param max-inline-insns-auto=20 -fomit-frame-pointer -march=vr4300 -mtune=vr4300 -mhard-float -fno-rtti -fno-exceptions -Wno-multichar -Wshadow -I$(LIBN64PATH) -I$(TOOLPATH)/include -I./ -I$(srcdir) -I$(srcdir)/engines
LDFLAGS = -g -march=vr4300 -mtune=vr4300 -nodefaultlibs -nostartfiles -mno-crt0 -L$(LIBN64PATH) -L$(TOOLPATH)/lib $(LIBS) -T n64ld_cpp.x -Xlinker -Map -Xlinker scummvm.map
TARGET = scummvm