mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
Move NO_VALGRIND check below MINGW_CROSS.
This commit is contained in:
parent
2a413070c6
commit
c21e12bc8b
@ -45,10 +45,6 @@ ifeq ($(CFG_OSTYPE), Linux)
|
||||
endif
|
||||
endif
|
||||
|
||||
ifdef NO_VALGRIND
|
||||
CFG_VALGRIND :=
|
||||
endif
|
||||
|
||||
ifeq ($(CFG_OSTYPE), Darwin)
|
||||
CFG_RUNTIME := librustrt.dylib
|
||||
CFG_STDLIB := libstd.dylib
|
||||
@ -150,6 +146,10 @@ else
|
||||
$(info cfg: building bytecode compiler)
|
||||
endif
|
||||
|
||||
ifdef NO_VALGRIND
|
||||
CFG_VALGRIND :=
|
||||
endif
|
||||
|
||||
ifneq ($(CFG_LLVM_CONFIG),)
|
||||
CFG_LLVM_CONFIG := $(shell which $(CFG_LLVM_CONFIG))
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user