]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
make sim-fast target default to Python 2.5, like the sim target already does
authorregehr <regehr>
Thu, 8 Apr 2010 04:27:24 +0000 (04:27 +0000)
committerregehr <regehr>
Thu, 8 Apr 2010 04:27:24 +0000 (04:27 +0000)
support/make/sim-fast.extra

index e453c16ecfe63efe415f9297a9141cf0b25c39dd..ce1e509f4c3dd8761642ef4ca64ea9096045f635 100644 (file)
@@ -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