Subversion Repositories HelenOS-historic

Rev

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

Rev 293 Rev 326
Line 13... Line 13...
13
 
13
 
14
 
14
 
15
ASFLAGS=-mconstant-gp
15
ASFLAGS=-mconstant-gp
16
 
16
 
17
DEFS=-DARCH=$(ARCH)
17
DEFS=-DARCH=$(ARCH)
18
CPPFLAGS=$(DEFS) -nostdinc -I../include
-
 
19
CFLAGS=$(CPPFLAGS) -mconstant-gp -nostdlib -fno-builtin -fno-unwind-tables -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O3
18
CFLAGS=$(DEFS) -mconstant-gp -nostdlib -fno-builtin -fno-unwind-tables -O3
20
LFLAGS=-EL -M
19
LFLAGS=-EL -M
21
 
20
 
22
 
21
 
23
 
22
 
24
arch_sources= \
23
arch_sources= \