File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ refs/heads/try3: 9387340aab40a73e8424c48fd42f0c521a4875c0
14
14
refs/tags/release-0.3.1: 495bae036dfe5ec6ceafd3312b4dca48741e845b
15
15
refs/tags/release-0.4: e828ea2080499553b97dfe33b3f4d472b4562ad7
16
16
refs/tags/release-0.5: 7e3bcfbf21278251ee936ad53e92e9b719702d73
17
- refs/heads/auto: 88f0a105789d9d9cec4e89898109fb95238cc416
17
+ refs/heads/auto: cc76cb02fb444b36fc97949321c087b51b4122c4
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