浏览代码

[bsp/taihu] fix the link error

The taihu.lds hardcoded the path of start_gcc.o. Change it as the layout
of build/ has change by commit a03816ef9aa583bb.
Grissiom 11 年之前
父节点
当前提交
ab4d18a137
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      bsp/taihu/taihu.lds

+ 1 - 1
bsp/taihu/taihu.lds

@@ -36,7 +36,7 @@ SECTIONS
 
   .text      :
   {
-    KEEP(build/libcpu/ppc/ppc405/start_gcc.o (.text))
+    KEEP(build/kernel/libcpu/ppc/ppc405/start_gcc.o (.text))
 
     *(.text)
     *(.fixup)