Subversion Repositories HelenOS-historic

Rev

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

Rev 35 Rev 36
Line 14... Line 14...
14
CFLAGS=$(CPPFLAGS) -nostdlib -fno-builtin -Wmissing-prototypes -Werror -O3
14
CFLAGS=$(CPPFLAGS) -nostdlib -fno-builtin -Wmissing-prototypes -Werror -O3
15
LFLAGS=-EL -n -M -no-check-sections -T ../arch/ia64/_link.ld
15
LFLAGS=-EL -n -M -no-check-sections -T ../arch/ia64/_link.ld
16
 
16
 
17
arch_sources= \
17
arch_sources= \
18
	arch/start.S \
18
	arch/start.S \
19
	arch/fake.s
19
	arch/fake.s \
-
 
20
	arch/putchar.c \
-
 
21
	arch/ia64.c