[Tinyos-2-commits] [tinyos-main] r5770 committed - compiler flag to disable mwmul is commented out in favor of a...
tinyos-main at googlecode.com
tinyos-main at googlecode.com
Fri Oct 7 08:53:33 PDT 2011
Revision: 5770
Author: ayer at handhelds.org
Date: Fri Oct 7 08:52:58 2011
Log: compiler flag to disable mwmul is commented out in favor of a
.platform pushopts addition that determines the compiler version
before deciding whether it's necessary.
http://code.google.com/p/tinyos-main/source/detail?r=5770
Modified:
/trunk/support/make/shimmer.target
/trunk/support/make/shimmer2.target
/trunk/support/make/shimmer2r.target
/trunk/support/make/span.target
=======================================
--- /trunk/support/make/shimmer.target Wed Aug 24 06:18:45 2011
+++ /trunk/support/make/shimmer.target Fri Oct 7 08:52:58 2011
@@ -1,7 +1,7 @@
PLATFORM = shimmer
# Remove MSP430 hardware multiply disable: new msp430-gcc fixes
-PFLAGS += -mdisable-hwmul
+# PFLAGS += -mdisable-hwmul
OPTFLAGS += -O
=======================================
--- /trunk/support/make/shimmer2.target Wed Aug 24 06:18:45 2011
+++ /trunk/support/make/shimmer2.target Fri Oct 7 08:52:58 2011
@@ -1,7 +1,7 @@
PLATFORM = shimmer2
# Remove MSP430 hardware multiply disable: new msp430-gcc fixes
-PFLAGS += -mdisable-hwmul
+# PFLAGS += -mdisable-hwmul
OPTFLAGS += -O
=======================================
--- /trunk/support/make/shimmer2r.target Wed Aug 24 06:18:45 2011
+++ /trunk/support/make/shimmer2r.target Fri Oct 7 08:52:58 2011
@@ -1,7 +1,7 @@
PLATFORM = shimmer2r
# Remove MSP430 hardware multiply disable: new msp430-gcc fixes
-PFLAGS += -mdisable-hwmul
+#PFLAGS += -mdisable-hwmul
OPTFLAGS += -O
=======================================
--- /trunk/support/make/span.target Wed Aug 24 06:18:45 2011
+++ /trunk/support/make/span.target Fri Oct 7 08:52:58 2011
@@ -1,7 +1,7 @@
PLATFORM = span
# Remove MSP430 hardware multiply disable: new msp430-gcc fixes
-PFLAGS += -mdisable-hwmul
+# PFLAGS += -mdisable-hwmul
OPTFLAGS += -O
More information about the Tinyos-2-commits
mailing list