]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - support/make/epic.target
Remove hwmul-disable; it works in newer GCC
[tinyos-2.x.git] / support / make / epic.target
index c040c96a0309fe9a9ee40316985614055fb31313..72891fe728038538045b33489a8322e90416b0bc 100644 (file)
@@ -3,8 +3,8 @@
 
 PLATFORM ?= epic
 
-# Disable MSP430 hardware multiply because it makes MSPGCC die
-PFLAGS += -mdisable-hwmul
+# Remove MSP430 hardware multiply disable: new msp430-gcc fixes
+PFLAGS += -mdisable-hwmul
 # OPTFLAGS += -O
 
 # Default BSL assumes telosb-like programming interface