summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hodge <tpg@ucc.asn.au>2017-08-18 13:52:45 +0800
committerJohn Hodge <tpg@ucc.asn.au>2017-08-18 13:52:45 +0800
commitcd0e21fb78fa4851d309e4dcd1dcab7efb29624f (patch)
treee8a6b553509677e276c892630900dd30f72d6394
parent319e5a2afbddefd268fb58ceec5f2124bd880210 (diff)
downloadmrust-cd0e21fb78fa4851d309e4dcd1dcab7efb29624f.tar.gz
Makefile - Add use_std flag for liblog
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 506c7b0c..20cc928e 100644
--- a/Makefile
+++ b/Makefile
@@ -241,6 +241,7 @@ output/libflate_build: rustc-nightly/src/libflate/build.rs $(call fcn_extcrate,
ARGS_output/libstd.hir := --cfg feature=backtrace
ARGS_output/librustc_llvm.hir := --cfg llvm_component=x86 --cfg cargobuild
+ARGS_output/liblog.hir := --cfg feature=use_std
ENV_output/librustc_llvm.hir := CFG_LLVM_LINKAGE_FILE=$(LLVM_LINKAGE_FILE)
ENV_output/librustc.hir := CFG_COMPILER_HOST_TRIPLE=$(RUSTC_HOST)