Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 936 → Rev 937

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