Преглед на файлове

Merge pull request #263 from grissiom/fix-taihu

[bsp/taihu] fix the link error
Bernard Xiong преди 11 години
родител
ревизия
3b6198275b
променени са 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)