From 531873da4258e79801817651376540bc3b11ccc3 Mon Sep 17 00:00:00 2001 From: regehr Date: Sun, 22 Jun 2008 04:31:34 +0000 Subject: [PATCH] eliminate option that defaults unlabeled modules to safe when compiling for safe tinyos --- support/make/avr/avr.rules | 2 +- support/make/msp/msp.rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/support/make/avr/avr.rules b/support/make/avr/avr.rules index 990170c9..cce05362 100644 --- a/support/make/avr/avr.rules +++ b/support/make/avr/avr.rules @@ -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 diff --git a/support/make/msp/msp.rules b/support/make/msp/msp.rules index 7c52f32b..316c2e18 100644 --- a/support/make/msp/msp.rules +++ b/support/make/msp/msp.rules @@ -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 -- 2.39.2