Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 937 → Rev 805

/uspace/trunk/libc/arch/mips32/Makefile.inc
34,6 → 34,3
CFLAGS += -mno-abicalls -mips3
 
ARCH_SOURCES += arch/$(ARCH)/src/syscall.c
 
LFLAGS += -N
 
/uspace/trunk/libc/arch/mips32/_link.ld.in
1,9 → 1,8
OUTPUT_FORMAT(binary)
STARTUP(../libc/arch/ARCH/src/entry.o)
ENTRY(__entry)
 
SECTIONS {
. = 0x4000;
.image : SUBALIGN(0x4000) {
*(*);
}
.text 0x00004000 : {
}
}