Subversion Repositories HelenOS-historic

Rev

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

Rev 161 Rev 195
Line 9... Line 9...
9
 
9
 
10
ASFLAGS=-mips3
10
ASFLAGS=-mips3
11
 
11
 
12
DEFS=-DARCH=$(ARCH)
12
DEFS=-DARCH=$(ARCH)
13
CPPFLAGS=$(DEFS) -mno-abicalls -nostdinc -I../include
13
CPPFLAGS=$(DEFS) -mno-abicalls -nostdinc -I../include
14
CFLAGS=$(CPPFLAGS) -mips2 -G 0 -nostdlib -fno-builtin -Wmissing-prototypes -Werror -O2
14
CFLAGS=$(CPPFLAGS) -mips2 -G 0 -nostdlib -fno-builtin -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O2
15
LFLAGS=-mips2 -M -no-check-sections -T ../arch/mips/_link.ld
15
LFLAGS=-mips2 -M -no-check-sections -T ../arch/mips/_link.ld
16
 
16
 
17
arch_sources= \
17
arch_sources= \
18
	arch/start.S \
18
	arch/start.S \
19
	arch/context.S \
19
	arch/context.S \