X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=blobdiff_plain;f=support%2Fmake%2FeyesIFXv2.target;h=52eb7812e5eed63f04ef469ce9f706956d63f36c;hp=9ddf0974d62454b1ae22e6384b2cce06b98ca0a9;hb=9abe7dbbdc874dd65e8f65f86b6ebb19969b40ba;hpb=bf2b0de8125634c3cb1187ddf2a078a7ee08cf7c diff --git a/support/make/eyesIFXv2.target b/support/make/eyesIFXv2.target index 9ddf0974..52eb7812 100644 --- a/support/make/eyesIFXv2.target +++ b/support/make/eyesIFXv2.target @@ -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)