Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 847 → Rev 848

/uspace/trunk/uspace.config
3,7 → 3,8
# Architecture
@ "ia32" Intel IA-32
@ "amd64" AMD64/Intel EM64T
@ "mips32" MIPS 32-bit
@ "mips32" MIPS 32-bit Little Endian
@ "mips32eb" MIPS 32-bit Big Endian
! ARCH (choice)
 
# IA32 Compiler
/uspace/trunk/libc/arch/mips32eb/Makefile.inc
31,3 → 31,6
 
TARGET = mips-sgi-irix5
TOOLCHAIN_DIR = /usr/local/mips/bin
CFLAGS += -mno-abicalls -mips3
 
ARCH_SOURCES += arch/$(ARCH)/src/syscall.c