浏览代码

[POWERPC] 4xx: Fix Walnut wrapper compile errors

Pass the appropriate -mcpu flag to the treeboot-walnut.o object to prevent
some toolchains from erroring out with unknown opcodes

Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Josh Boyer 17 年之前
父节点
当前提交
2e71cc0d51
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      arch/powerpc/boot/Makefile

+ 1 - 0
arch/powerpc/boot/Makefile

@@ -33,6 +33,7 @@ BOOTCFLAGS	+= -I$(obj) -I$(srctree)/$(obj)
 
 
 $(obj)/4xx.o: BOOTCFLAGS += -mcpu=440
 $(obj)/4xx.o: BOOTCFLAGS += -mcpu=440
 $(obj)/ebony.o: BOOTCFLAGS += -mcpu=440
 $(obj)/ebony.o: BOOTCFLAGS += -mcpu=440
+$(obj)/treeboot-walnut.o: BOOTCFLAGS += -mcpu=405
 
 
 zlib       := inffast.c inflate.c inftrees.c
 zlib       := inffast.c inflate.c inftrees.c
 zlibheader := inffast.h inffixed.h inflate.h inftrees.h infutil.h
 zlibheader := inffast.h inffixed.h inflate.h inftrees.h infutil.h