[Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/shimmer .platform, 1.2, 1.3

Vlado Handziski vlahan at users.sourceforge.net
Sat Jun 21 15:13:24 PDT 2008


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

Modified Files:
	.platform 
Log Message:
Added missing CIL_MACHINE definitions

Index: .platform
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/shimmer/.platform,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** .platform	14 Jun 2008 22:49:29 -0000	1.2
--- .platform	21 Jun 2008 22:13:22 -0000	1.3
***************
*** 49,50 ****
--- 49,75 ----
  push @opts, "-fnesc-scheduler=TinySchedulerC,TinySchedulerC.TaskBasic,TaskBasic,TaskBasic,runTask,postTask" if !$with_scheduler_flag;
  push @opts, "-mingw-gcc" if $cygwin;
+ 
+ $ENV{'CIL_MACHINE'} =
+     "version_major=3 " .
+     "version_minor=2 " .
+     "version=msp430-3.2.3 " .
+     "short=2,2, " .
+     "int=2,2 " .
+     "long=4,2 " .
+     "long_long=8,2 " .
+     "pointer=2,2 " .
+     "enum=2,2 " .
+     "float=4,2 " .
+     "double=4,2 " .
+     "long_double=4,2 " .
+     "void=2,1 " .
+     "fun=1,2 " .
+     "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";
\ No newline at end of file



More information about the Tinyos-2-commits mailing list