2003/09/19 05:01:37
[org.ibex.core.git] / src / org / xwt / mips / linker.ld
index cc6b351..374cf25 100644 (file)
@@ -1,7 +1,7 @@
 SEARCH_DIR(build)
 ENTRY(_start)
-STARTUP(org/xwt/imp/crt0.c.o)
-INPUT(org/xwt/imp/syscalls.c.o)
+STARTUP(org/xwt/mips/crt0.c.o)
+INPUT(org/xwt/mips/syscalls.c.o)
 GROUP(-lc -lgcc)
 __DYNAMIC  =  0;