From: regehr Date: Thu, 8 Apr 2010 04:27:24 +0000 (+0000) Subject: make sim-fast target default to Python 2.5, like the sim target already does X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=f6ecf29371ff37fd36925d32e58c96288b174a7c make sim-fast target default to Python 2.5, like the sim target already does --- diff --git a/support/make/sim-fast.extra b/support/make/sim-fast.extra index e453c16e..ce1e509f 100644 --- a/support/make/sim-fast.extra +++ b/support/make/sim-fast.extra @@ -7,7 +7,7 @@ OPTFLAGS = -g -O3 LIBS = -lm -lstdc++ PFLAGS += -tossim -fnesc-nido-tosnodes=1000 -fnesc-simulate -fnesc-nido-motenumber=sim_node\(\) -DTOSSIM_NO_DEBUG WFLAGS = -Wno-nesc-data-race -PYTHON_VERSION=2.3 +PYTHON_VERSION=2.5 BUILDDIR = simbuild/$(PLATFORM) CFILE = $(BUILDDIR)/sim.c