]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - support/make/eyesIFXv2.target
Mass platform updates for GCC 4.6.3
[tinyos-2.x.git] / support / make / eyesIFXv2.target
index 9ddf0974d62454b1ae22e6384b2cce06b98ca0a9..52eb7812e5eed63f04ef469ce9f706956d63f36c 100644 (file)
@@ -10,7 +10,7 @@ VOLUME_FILE = volumes-at45db.xml
 VOLUME_ALLOCATOR ?= tos-storage-at45db
 
 # Disable MSP430 hardware multiply because it makes MSPGCC die
-PFLAGS += -mdisable-hwmul
+PFLAGS += -mmpy=none
 OPTFLAGS += -O
 
 ifndef DEFAULT_PROGRAM
@@ -25,7 +25,7 @@ ifeq (,$(findstring /dev/ttyUSB,$(BSL)))
   endif
 endif
 
-NESC_FLAGS:=-Wnesc-all -mdisable-hwmul
+NESC_FLAGS:=-Wnesc-all -mmpy=none
 
 $(call TOSMake_include_platform,msp)