File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ CFG_PATH_MUNGE_arm-unknown-android := true
239239CFG_LDPATH_arm-unknown-android :=
240240CFG_RUN_arm-unknown-android =
241241CFG_RUN_TARG_arm-unknown-android =
242- RUSTC_FLAGS_arm-unknown-android :=--android-cross-path=' $(CFG_ANDROID_CROSS_PATH ) '
242+ RUSTC_FLAGS_arm-unknown-android :=--android-cross-path=$(CFG_ANDROID_CROSS_PATH )
243243
244244# i686-pc-mingw32 configuration
245245CC_i686-pc-mingw32 =$(CC )
Original file line number Diff line number Diff line change @@ -408,7 +408,7 @@ CTEST_COMMON_ARGS$(1)-T-$(2)-H-$(3) := \
408408 --rustc-path $$(HBIN$(1 ) _H_$(3 ) ) /rustc$$(X_$(3 ) ) \
409409 --aux-base $$(S ) src/test/auxiliary/ \
410410 --stage-id stage$(1 ) -$(2 ) \
411- --rustcflags "$$( CFG_RUSTC_FLAGS ) --target=$(2 ) " \
411+ --rustcflags "$( RUSTC_FLAGS_ $( 2 ) ) $$( CFG_RUSTC_FLAGS ) --target=$(2 ) " \
412412 $$(CTEST_TESTARGS )
413413
414414CTEST_DEPS_rpass_$(1 ) -T-$(2 ) -H-$(3 ) = $$(RPASS_TESTS )
You can’t perform that action at this time.
0 commit comments