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 2
2
refs/heads/master: a530cc9706324ad44dba464d541a807eb5afdb08
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 777435990e0e91df6b72ce80c9b6fa485eeb5daa
5
- refs/heads/try: a36a8924b40b01525e1d48802869f5f62480c0bd
5
+ refs/heads/try: 0e0af8ea88d5e8c9e69e1784dd1ca941bb911f9e
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
8
8
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
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