Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 288 → Rev 289

/SPARTAN/trunk/arch/mips/Makefile.inc
15,7 → 15,7
DEFS=-DARCH=$(ARCH)
CPPFLAGS=$(DEFS) -mno-abicalls -nostdinc -I../include
CFLAGS=$(CPPFLAGS) -mips2 -G 0 -nostdlib -fno-builtin -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O2 -msoft-float
LFLAGS=-mips2 -M -no-check-sections -T ../arch/mips/_link.ld
LFLAGS=-mips2 -M -no-check-sections
 
arch_sources= \
arch/start.S \