]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Remove hwmul-disable; it works in newer GCC patchset/2.1.1-4.5
authorR. Steve McKown <rsmckown@gmail.com>
Thu, 3 Nov 2011 23:55:24 +0000 (17:55 -0600)
committerR. Steve McKown <rsmckown@gmail.com>
Mon, 9 Jul 2012 16:34:44 +0000 (10:34 -0600)
support/make/epic.target
support/make/eyesIFXv1.target
support/make/shimmer.target
support/make/shimmer2.target
support/make/telosa.target
support/make/telosb.target
support/make/tmicore.target
support/make/tmirws.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
index 0881447837ed1a99c55bdacc9c9e61bab14ad334..f42a81d5d7b4b965de5075db0cfeb4caa2dd079e 100644 (file)
@@ -5,8 +5,8 @@ PLATFORM = eyesIFXv1
 
 MSP_MCU = msp430x149
 
-# 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
 
 ifndef DEFAULT_PROGRAM
index 2a872f8122eaf364b6eba8ce3bd09a07a1eac0a2..db5911f1c57086d5744279fb3056c187b7065c06 100644 (file)
@@ -1,7 +1,8 @@
 PLATFORM = shimmer
 
-# 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
 
 MSP_BSL ?= tos-bsl
index b58744cd179e5ab60b8dd1625af9e2babeb29ef6..7f3ac4d4bd164142a667cd11c970b2dfafbf36f1 100644 (file)
@@ -1,7 +1,8 @@
 PLATFORM = shimmer2
 
-# 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
 
 MSP_BSL ?= tos-bsl
index 2755c1d89abcc781b7a5d1475aae92c3acd6c02b..b77ffa188b3a67f39927711e8fe92fb1d267c75a 100644 (file)
@@ -5,8 +5,9 @@ PLATFORM ?= telosa
 
 MSP_MCU = msp430x149
 
-# 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
 
 MSP_BSL ?= tos-bsl
index ed333efe75318758155f899dd98ddd2087366ea3..c73c7606f38358943db1fd86ebf60abb19a3481f 100644 (file)
@@ -5,8 +5,9 @@ PLATFORM ?= telosb
 
 #MSP_MCU = msp430x1611
 
-# 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
 
 MSP_BSL ?= tos-bsl
index 680c6e5d3ec1403117d1c64a2515a5155f658429..b0b63d61653f2987f5a78a3caef92df2351ff641 100644 (file)
@@ -5,8 +5,8 @@ PLATFORM ?= tmicore
 
 #MSP_MCU = msp430x2417
 
-# 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
 
 MSP_BSL ?= tos-bsl
index 9e9b57d36e5a47a2b5b435e6f559ae7702f1d058..578ec1f9be74458e3135905b8e669d8aab297007 100644 (file)
@@ -6,7 +6,7 @@ PLATFORM ?= tmirws
 #MSP_MCU = msp430x2417
 
 # Disable MSP430 hardware multiply because it makes MSPGCC die
-PFLAGS += -mdisable-hwmul
+PFLAGS += -mdisable-hwmul
 OPTFLAGS += -O
 
 MSP_BSL ?= tos-bsl