mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 21:15:18 +03:00
auto merge of #12151 : gifnksm/rust/disable-rpath, r=pnkfelix
This fixes the compilation failure with `./configure --disable-rpath`
This commit is contained in:
+3
-3
@@ -126,9 +126,9 @@ ifdef TRACE
|
||||
endif
|
||||
ifdef CFG_DISABLE_RPATH
|
||||
# NOTE: make this CFG_RUSTC_FLAGS after stage0 snapshot
|
||||
RUSTFLAGS_STAGE1 += --no-rpath
|
||||
RUSTFLAGS_STAGE2 += --no-rpath
|
||||
RUSTFLAGS_STAGE3 += --no-rpath
|
||||
RUSTFLAGS_STAGE1 += -C no-rpath
|
||||
RUSTFLAGS_STAGE2 += -C no-rpath
|
||||
RUSTFLAGS_STAGE3 += -C no-rpath
|
||||
endif
|
||||
|
||||
# The executables crated during this compilation process have no need to include
|
||||
|
||||
Reference in New Issue
Block a user