]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - support/make/tinynode.target
Mass platform updates for GCC 4.6.3
[tinyos-2.x.git] / support / make / tinynode.target
index 789862ba37e9289b107cbfc44189488dc74b5f3b..9ea8453eb41672eb36300fe5ec24425ed73a4036 100644 (file)
@@ -11,13 +11,13 @@ MSP_BSL ?= tos-bsl
 
 #Flash Config
 VOLUME_FILE = volumes-at45db.xml
-VOLUME_ALLOCATOR = tos-storage-at45db
+VOLUME_ALLOCATOR ?= tos-storage-at45db
 
 OPTFLAGS += -Os
 #OPTFLAGS = 
 
 # Disable MSP430 hardware multiply because it makes MSPGCC die
-PFLAGS += -mdisable-hwmul
+PFLAGS += -mmpy=none
 PFLAGS += -mstrict-align
 
 $(call TOSMake_include_platform,tinynode)