From: razvanm Date: Sun, 8 Nov 2009 08:42:43 +0000 (+0000) Subject: Also don't use "__" for sim-sf. This re-enables the inspection of variables. X-Git-Tag: rc_6_tinyos_2_1_1~144 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=84296e711c2222ea0b839dcd54624269dd04b742 Also don't use "__" for sim-sf. This re-enables the inspection of variables. --- diff --git a/support/make/avr/avr.rules b/support/make/avr/avr.rules index 7424b840..02e11fc5 100644 --- a/support/make/avr/avr.rules +++ b/support/make/avr/avr.rules @@ -37,8 +37,10 @@ LIBS = -lm # Use __ as the separator - requires nesC 1.2.9 or later ifneq ($(filter sim,$(GOALS)),sim) +ifneq ($(filter sim-sim,$(GOALS)),sim-sim) PFLAGS += -fnesc-separator=__ endif +endif AMADDR = ActiveMessageAddressC__addr BUILDDIR ?= build/$(PLATFORM) MAIN_EXE = $(BUILDDIR)/main.exe