Subversion Repositories HelenOS-historic

Rev

Rev 268 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 268 Rev 289
Line 13... Line 13...
13
ASFLAGS=-mips3
13
ASFLAGS=-mips3
14
 
14
 
15
DEFS=-DARCH=$(ARCH)
15
DEFS=-DARCH=$(ARCH)
16
CPPFLAGS=$(DEFS) -mno-abicalls -nostdinc -I../include
16
CPPFLAGS=$(DEFS) -mno-abicalls -nostdinc -I../include
17
CFLAGS=$(CPPFLAGS) -mips2 -G 0 -nostdlib -fno-builtin -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O2 -msoft-float
17
CFLAGS=$(CPPFLAGS) -mips2 -G 0 -nostdlib -fno-builtin -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O2 -msoft-float
18
LFLAGS=-mips2 -M -no-check-sections -T ../arch/mips/_link.ld
18
LFLAGS=-mips2 -M -no-check-sections
19
 
19
 
20
arch_sources= \
20
arch_sources= \
21
	arch/start.S \
21
	arch/start.S \
22
	arch/context.S \
22
	arch/context.S \
23
	arch/panic.s \
23
	arch/panic.s \