File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: fcf7ecd1d709c3a4ecc652349763710914271fb0
2
+ refs/heads/master: ee64bab76cdaa375cc015a5eb3e3fd7581d2a7b3
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 857ef6e272e5634cb9f3e6ee50eb6bc2a2e71651
5
5
refs/heads/try: 7b4ef47b7805a402d756fb8157101f64880a522f
Original file line number Diff line number Diff line change @@ -164,6 +164,7 @@ FIND_COMPILER = $(word 1,$(1:ccache=))
164
164
define CFG_MAKE_TOOLCHAIN
165
165
# Prepend the tools with their prefix if cross compiling
166
166
ifneq ($(CFG_BUILD ) ,$(1 ) )
167
+ ifneq ($$(findstring msvc,$(1 ) ) ,msvc)
167
168
CC_$(1 ) =$(CROSS_PREFIX_$(1 ) )$(CC_$(1 ) )
168
169
CXX_$(1 ) =$(CROSS_PREFIX_$(1 ) )$(CXX_$(1 ) )
169
170
CPP_$(1 ) =$(CROSS_PREFIX_$(1 ) )$(CPP_$(1 ) )
@@ -173,6 +174,7 @@ define CFG_MAKE_TOOLCHAIN
173
174
-C ar=$$(call FIND_COMPILER,$$(AR_$(1 ) ) ) $(RUSTC_CROSS_FLAGS_$(1 ) )
174
175
175
176
RUSTC_FLAGS_$(1 ) =$$(RUSTC_CROSS_FLAGS_$(1 ) ) $(RUSTC_FLAGS_$(1 ) )
177
+ endif
176
178
endif
177
179
178
180
CFG_COMPILE_C_$(1 ) = $$(CC_$(1 ) ) \
You can’t perform that action at this time.
0 commit comments