[Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/telosa .platform, 1.6, 1.7
Vlado Handziski
vlahan at users.sourceforge.net
Sat Jun 21 15:13:25 PDT 2008
Update of /cvsroot/tinyos/tinyos-2.x/tos/platforms/telosa
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv18348/telosa
Modified Files:
.platform
Log Message:
Added missing CIL_MACHINE definitions
Index: .platform
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/telosa/.platform,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** .platform 17 Jan 2008 23:18:59 -0000 1.6
--- .platform 21 Jun 2008 22:13:22 -0000 1.7
***************
*** 51,52 ****
--- 51,78 ----
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