[Tinyos-2-commits] CVS: tinyos-2.x/support/make/avr avr.rules, 1.19, 1.20
David Gay
idgay at users.sourceforge.net
Mon Sep 22 13:55:21 PDT 2008
Update of /cvsroot/tinyos/tinyos-2.x/support/make/avr
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv25389
Modified Files:
avr.rules
Log Message:
switch to __
Index: avr.rules
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/support/make/avr/avr.rules,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** avr.rules 6 Sep 2008 21:22:33 -0000 1.19
--- avr.rules 22 Sep 2008 20:55:19 -0000 1.20
***************
*** 37,45 ****
LIBS = -lm
! AMADDR = ActiveMessageAddressC\$$addr
! # Uncomment the next two lines if you have a toolchain without the dollar sign
! # patch. This needs nesc 1.2.8 or newer (1.2.9 is recommended).
! #PFLAGS += -fnesc-separator=__
! #AMADDR = ActiveMessageAddressC__addr
BUILDDIR ?= build/$(PLATFORM)
MAIN_EXE = $(BUILDDIR)/main.exe
--- 37,43 ----
LIBS = -lm
! # Use __ as the separator - requires nesC 1.2.9 or later
! PFLAGS += -fnesc-separator=__
! AMADDR = ActiveMessageAddressC__addr
BUILDDIR ?= build/$(PLATFORM)
MAIN_EXE = $(BUILDDIR)/main.exe
More information about the Tinyos-2-commits
mailing list