[Scummvm-cvs-logs] SF.net SVN: scummvm: [30445] scummvm/branches/branch-0-11-0/backends/ platform/ds/arm9/makefile

agent-q at users.sourceforge.net agent-q at users.sourceforge.net
Sat Jan 12 18:06:08 CET 2008


Revision: 30445
          http://scummvm.svn.sourceforge.net/scummvm/?rev=30445&view=rev
Author:   agent-q
Date:     2008-01-12 09:06:08 -0800 (Sat, 12 Jan 2008)

Log Message:
-----------
Changes to makefile to not use THUMB, since it causes compiler errors.

Modified Paths:
--------------
    scummvm/branches/branch-0-11-0/backends/platform/ds/arm9/makefile

Modified: scummvm/branches/branch-0-11-0/backends/platform/ds/arm9/makefile
===================================================================
--- scummvm/branches/branch-0-11-0/backends/platform/ds/arm9/makefile	2008-01-12 16:55:07 UTC (rev 30444)
+++ scummvm/branches/branch-0-11-0/backends/platform/ds/arm9/makefile	2008-01-12 17:06:08 UTC (rev 30445)
@@ -34,10 +34,11 @@
         DS_BUILD_G = 1
 endif
 
+
 #DS_BUILD_A = 1
 #DS_BUILD_B = 1
 #DS_BUILD_C = 1
-#DS_BUILD_D = 1		# started!
+#DS_BUILD_D = 1	
 #DS_BUILD_E = 1
 #DS_BUILD_F = 1
 #DS_BUILD_G = 1
@@ -276,8 +277,10 @@
 CFLAGS	=	-Wno-multichar -Wall\
 		-Wno-multichar -mcpu=arm9tdmi -mtune=arm9tdmi \
  		-mcpu=arm9tdmi -mtune=arm9tdmi -fomit-frame-pointer\
-		-ffast-math -mthumb-interwork
+		-mthumb-interwork
 
+# -ffast-math 
+
 ifdef USE_DEBUGGER
 	DEFINES += -DUSE_DEBUGGER
 	CFLAGS += -g
@@ -388,12 +391,15 @@
 #OPTLIST := 
 
 # Compiler options for files which should be optimised for speed
-OPT_SPEED := -O3
+OPT_SPEED := -O2
 
 # Compiler options for files which should be optimised for space
-OPT_SIZE := -Os -mthumb -fno-gcse -fno-schedule-insns2
+OPT_SIZE := -Os
 
 
+#-mthumb -fno-gcse -fno-schedule-insns2
+
+
 			
 OBJS := $(DATA_OBJS) $(LIBCARTRESET_OBJS) $(PORT_OBJS) $(COMPRESSOR_OBJS) $(FAT_OBJS) 
 		


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list