Makefile.in: --no-rpath => -C no-rpath
This commit is contained in:
parent
d440a569bb
commit
1b969e1188
@ -126,9 +126,9 @@ ifdef TRACE
|
|||||||
endif
|
endif
|
||||||
ifdef CFG_DISABLE_RPATH
|
ifdef CFG_DISABLE_RPATH
|
||||||
# NOTE: make this CFG_RUSTC_FLAGS after stage0 snapshot
|
# NOTE: make this CFG_RUSTC_FLAGS after stage0 snapshot
|
||||||
RUSTFLAGS_STAGE1 += --no-rpath
|
RUSTFLAGS_STAGE1 += -C no-rpath
|
||||||
RUSTFLAGS_STAGE2 += --no-rpath
|
RUSTFLAGS_STAGE2 += -C no-rpath
|
||||||
RUSTFLAGS_STAGE3 += --no-rpath
|
RUSTFLAGS_STAGE3 += -C no-rpath
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# The executables crated during this compilation process have no need to include
|
# The executables crated during this compilation process have no need to include
|
||||||
|
Loading…
Reference in New Issue
Block a user