]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
eliminate option that defaults unlabeled modules to safe when compiling for safe...
authorregehr <regehr>
Sun, 22 Jun 2008 04:31:34 +0000 (04:31 +0000)
committerregehr <regehr>
Sun, 22 Jun 2008 04:31:34 +0000 (04:31 +0000)
support/make/avr/avr.rules
support/make/msp/msp.rules

index 990170c9d08f2205a797fa227ae07aeceb3516d3..cce05362121fcf47550eb8343455895ae20b1268 100644 (file)
@@ -24,7 +24,7 @@ endef
 HELP += $(AVR_HELP)
 
 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/avr/fail.c 
+        NCC_SAFE_TINYOS_FLAGS = -DSAFE_TINYOS -fnesc-deputy -fnesc-deputy-args='-I$(TOSDIR)/lib/safe/include --FLIDs --envmachine -DSAFE_TINYOS --nolib ' $(TOSDIR)/lib/safe/avr/fail.c 
 else
         NCC_SAFE_TINYOS_FLAGS =
 endif
index 7c52f32bd067003030d8f4d0efaae6bb014bffc3..316c2e181e30d628fdf60b6a47a60ef087c88d63 100644 (file)
@@ -23,7 +23,7 @@ endef
 HELP += $(MSP_HELP)
 
 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 
+        NCC_SAFE_TINYOS_FLAGS = -DSAFE_TINYOS -fnesc-deputy -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