File tree 2 files changed +2
-2
lines changed
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
239
239
CFG_LDPATH_arm-unknown-android :=
240
240
CFG_RUN_arm-unknown-android =
241
241
CFG_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 )
243
243
244
244
# i686-pc-mingw32 configuration
245
245
CC_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) := \
408
408
--rustc-path $$(HBIN$(1 ) _H_$(3 ) ) /rustc$$(X_$(3 ) ) \
409
409
--aux-base $$(S ) src/test/auxiliary/ \
410
410
--stage-id stage$(1 ) -$(2 ) \
411
- --rustcflags "$$( CFG_RUSTC_FLAGS ) --target=$(2 ) " \
411
+ --rustcflags "$( RUSTC_FLAGS_ $( 2 ) ) $$( CFG_RUSTC_FLAGS ) --target=$(2 ) " \
412
412
$$(CTEST_TESTARGS )
413
413
414
414
CTEST_DEPS_rpass_$(1 ) -T-$(2 ) -H-$(3 ) = $$(RPASS_TESTS )
You can’t perform that action at this time.
0 commit comments