From f6ecf29371ff37fd36925d32e58c96288b174a7c Mon Sep 17 00:00:00 2001 From: regehr Date: Thu, 8 Apr 2010 04:27:24 +0000 Subject: [PATCH] make sim-fast target default to Python 2.5, like the sim target already does --- support/make/sim-fast.extra | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2