File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed 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