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 2
2
refs/heads/master: 3bbcac322669cff3abde5be937cc4ec3860f3985
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: a6d9689399d091c3265f00434a69c551a61c28dc
5
- refs/heads/try: 88f0a105789d9d9cec4e89898109fb95238cc416
5
+ refs/heads/try: cc76cb02fb444b36fc97949321c087b51b4122c4
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8
8
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c
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