[Tinyos-2-commits] CVS: tinyos-2.x/support/make/msp msp.rules, 1.12, 1.13
John Regehr
regehr at users.sourceforge.net
Tue Jun 3 21:59:48 PDT 2008
Update of /cvsroot/tinyos/tinyos-2.x/support/make/msp
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv22631/msp
Modified Files:
msp.rules
Log Message:
safe tinyos compilation flags now live here, as they should
Index: msp.rules
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/support/make/msp/msp.rules,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** msp.rules 22 May 2008 23:56:08 -0000 1.12
--- msp.rules 4 Jun 2008 04:59:46 -0000 1.13
***************
*** 24,30 ****
ifdef MAKE_DEPUTY_FLAG
! NCC_SAFE_TINYOS_FLAG = -safe
else
! NCC_SAFE_TINYOS_FLAG =
endif
--- 24,30 ----
ifdef MAKE_DEPUTY_FLAG
! NCC_SAFE_TINYOS_FLAGS = -DSAFE_TINYOS -fnesc-deputy -fnesc-default-safe -fnesc-deputy-args='-I$(TOSDIR)/lib/safe/include --FLIDs --envmachine -DSAFE_TINYOS --nolib ' $(TOSDIR)/lib/safe/msp430/fail.c
else
! NCC_SAFE_TINYOS_FLAGS =
endif
***************
*** 103,107 ****
exe0: builddir $(BUILD_EXTRA_DEPS) FORCE
@echo " compiling $(COMPONENT) to a $(PLATFORM) binary"
! $(NCC) -o $(MAIN_EXE) $(NCC_SAFE_TINYOS_FLAG) $(OPTFLAGS) $(PFLAGS) $(CFLAGS) $(WIRING_CHECK_FLAGS) $(COMPONENT).nc $(LIBS) $(LDFLAGS)
ifdef WIRING_CHECK_FILE
@nescc-wiring $(WIRING_CHECK_FILE)
--- 103,107 ----
exe0: builddir $(BUILD_EXTRA_DEPS) FORCE
@echo " compiling $(COMPONENT) to a $(PLATFORM) binary"
! $(NCC) -o $(MAIN_EXE) $(NCC_SAFE_TINYOS_FLAGS) $(OPTFLAGS) $(PFLAGS) $(CFLAGS) $(WIRING_CHECK_FLAGS) $(COMPONENT).nc $(LIBS) $(LDFLAGS)
ifdef WIRING_CHECK_FILE
@nescc-wiring $(WIRING_CHECK_FILE)
More information about the Tinyos-2-commits
mailing list