From 1b969e11881eab81b9364fc4304dfdfcd2da1128 Mon Sep 17 00:00:00 2001 From: gifnksm Date: Tue, 11 Feb 2014 00:24:21 +0900 Subject: [PATCH] Makefile.in: --no-rpath => -C no-rpath --- Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.in b/Makefile.in index 49e02a63b7d..2d4c5e858a7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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