File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ refs/tags/0.12.0: f0c419429ef30723ceaf6b42f9b5a2aeb5d2e2d1
29
29
refs/heads/issue-18208-method-dispatch-2: 9e1eae4fb9b6527315b4441cf8a0f5ca911d1671
30
30
refs/heads/automation-fail: 1bf06495443584539b958873e04cc2f864ab10e4
31
31
refs/heads/issue-18208-method-dispatch-3-quick-reject: 2009f85b9f99dedcec4404418eda9ddba90258a2
32
- refs/heads/batch: a36a8924b40b01525e1d48802869f5f62480c0bd
32
+ refs/heads/batch: 0e0af8ea88d5e8c9e69e1784dd1ca941bb911f9e
33
33
refs/heads/building: 126db549b038c84269a1e4fe46f051b2c15d6970
34
34
refs/heads/beta: 44a287e6eb22ec3c2a687fc156813577464017f7
35
35
refs/heads/windistfix: 7608dbad651f02e837ed05eef3d74a6662a6e928
Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ define CFG_MAKE_TOOLCHAIN
177
177
$$(CFG_GCCISH_DEF_FLAG_$(1 ) )$$(3 ) $$(2 ) \
178
178
$$(call CFG_INSTALL_NAME_$(1 ) ,$$(4 ) )
179
179
180
- ifeq ($$(findstring $(HOST_$(1 ) ) ,arm aarch64 mips mipsel) ,)
180
+ ifeq ($$(findstring $(HOST_$(1 ) ) ,arm aarch64 mips mipsel powerpc ) ,)
181
181
182
182
# We're using llvm-mc as our assembler because it supports
183
183
# .cfi pseudo-ops on mac
@@ -189,7 +189,7 @@ define CFG_MAKE_TOOLCHAIN
189
189
-o=$$(1 )
190
190
else
191
191
192
- # For the ARM, AARCH64 and MIPS crosses, use the toolchain assembler
192
+ # For the ARM, AARCH64, MIPS and POWER crosses, use the toolchain assembler
193
193
# FIXME: We should be able to use the LLVM assembler
194
194
CFG_ASSEMBLE_$(1 ) =$$(CC_$(1 ) ) $$(CFG_GCCISH_CFLAGS_$(1 ) ) \
195
195
$$(CFG_DEPEND_FLAGS ) $$(2 ) -c -o $$(1 )
You can’t perform that action at this time.
0 commit comments