Move NO_VALGRIND check below MINGW_CROSS.
This commit is contained in:
parent
2a413070c6
commit
c21e12bc8b
1 changed files with 4 additions and 4 deletions
|
@ -45,10 +45,6 @@ ifeq ($(CFG_OSTYPE), Linux)
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifdef NO_VALGRIND
|
|
||||||
CFG_VALGRIND :=
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(CFG_OSTYPE), Darwin)
|
ifeq ($(CFG_OSTYPE), Darwin)
|
||||||
CFG_RUNTIME := librustrt.dylib
|
CFG_RUNTIME := librustrt.dylib
|
||||||
CFG_STDLIB := libstd.dylib
|
CFG_STDLIB := libstd.dylib
|
||||||
|
@ -150,6 +146,10 @@ else
|
||||||
$(info cfg: building bytecode compiler)
|
$(info cfg: building bytecode compiler)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifdef NO_VALGRIND
|
||||||
|
CFG_VALGRIND :=
|
||||||
|
endif
|
||||||
|
|
||||||
ifneq ($(CFG_LLVM_CONFIG),)
|
ifneq ($(CFG_LLVM_CONFIG),)
|
||||||
CFG_LLVM_CONFIG := $(shell which $(CFG_LLVM_CONFIG))
|
CFG_LLVM_CONFIG := $(shell which $(CFG_LLVM_CONFIG))
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue