[Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/mica2dot .platform, 1.7, 1.8

Jan Beutel beutel at users.sourceforge.net
Tue Jun 24 12:03:36 PDT 2008


Update of /cvsroot/tinyos/tinyos-2.x/tos/platforms/mica2dot
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv29912/tos/platforms/mica2dot

Modified Files:
	.platform 
Log Message:
added CIL machine from mica2 .platform file

Index: .platform
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/mica2dot/.platform,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** .platform	17 Jan 2008 23:18:59 -0000	1.7
--- .platform	24 Jun 2008 19:03:34 -0000	1.8
***************
*** 44,45 ****
--- 44,69 ----
  push @opts, "-mingw-gcc" if $cygwin;
  
+ $ENV{'CIL_MACHINE'} =
+     "version_major=3 " .
+     "version_minor=4 " .
+     "version=avr-3.4.3 " .
+     "short=2,1, " .
+     "int=2,1 " .
+     "long=4,1 " .
+     "long_long=8,1 " .
+     "pointer=2,1 " .
+     "enum=2,1 " .
+     "float=4,1 " .
+     "double=4,1 " .
+     "long_double=4,1 " .
+     "void=1,1 " .
+     "fun=1,1 " .
+     "wchar_size_size=2,2 " .
+     "alignof_string=1 " .
+     "max_alignment=1 " .
+     "char_wchar_signed=true,true " .
+     "const_string_literals=true " .
+     "big_endian=false " .
+     "underscore_name=false " .
+     "__builtin_va_list=true " .
+     "__thread_is_keyword=true";



More information about the Tinyos-2-commits mailing list