auto merge of #11887 : alexcrichton/rust/rpath-for-real, r=thestinger

Closes #5219
This commit is contained in:
bors 2014-01-28 21:46:36 -08:00
commit 2ba72fa4bc

View File

@ -124,7 +124,7 @@ endif
ifdef TRACE
CFG_RUSTC_FLAGS += -Z trace
endif
ifdef DISABLE_RPATH
ifdef CFG_DISABLE_RPATH
# NOTE: make this CFG_RUSTC_FLAGS after stage0 snapshot
RUSTFLAGS_STAGE1 += --no-rpath
RUSTFLAGS_STAGE2 += --no-rpath