StageN tests run against stageN libraries

This commit is contained in:
Brian Anderson 2011-06-16 14:17:46 -07:00
parent 99301ff830
commit 834f90f2a0
1 changed files with 3 additions and 3 deletions

View File

@ -67,11 +67,11 @@ CFG_LDPATH :=$(CFG_BUILD_DIR)/rt
CFG_LDPATH :=$(CFG_LDPATH):$(CFG_BUILD_DIR)/rustllvm
CFG_TESTLIB=$(CFG_BUILD_DIR)/$(strip \
$(if $(findstring stage0,$(1)), \
stage1, \
stage0, \
$(if $(findstring stage1,$(1)), \
stage2, \
stage1, \
$(if $(findstring stage2,$(1)),\
stage3, \
stage2, \
))))
ifdef CFG_WINDOWSY