]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/tinynode/.platform
Mass platform updates for GCC 4.6.3
[tinyos-2.x.git] / tos / platforms / tinynode / .platform
index 97d1f494b8684e1e81a814d0d62ee4bf47506f40..527ff84fa6b7834a61e34420322a03ab084a2a3f 100644 (file)
@@ -35,7 +35,7 @@ push( @includes, qw(
 
 @opts = qw(
        -gcc=msp430-gcc
-       -mmcu=msp430x1611
+       -mmcu=msp430f1611
         -fnesc-target=msp430
         -fnesc-no-debug);
 
@@ -48,7 +48,7 @@ $ENV{'CIL_MACHINE'} =
     "version_major=3 " .
     "version_minor=2 " .
     "version=msp430-3.2.3 " .
-    "short=2,2, " .
+    "short=2,2 " .
     "int=2,2 " .
     "long=4,2 " .
     "long_long=8,2 " .
@@ -57,7 +57,7 @@ $ENV{'CIL_MACHINE'} =
     "float=4,2 " .
     "double=4,2 " .
     "long_double=4,2 " .
-    "void=2,1 " .
+    "void=1,1 " .
     "fun=1,2 " .
     "wchar_size_size=2,2 " .
     "alignof_string=1 " .