Subversion Repositories HelenOS-historic

Rev

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

Rev 59 Rev 60
Line 10... Line 10...
10
ASFLAGS=-EL
10
ASFLAGS=-EL
11
 
11
 
12
DEFS=-DARCH=$(ARCH)
12
DEFS=-DARCH=$(ARCH)
13
CPPFLAGS=$(DEFS) -nostdinc -I../include
13
CPPFLAGS=$(DEFS) -nostdinc -I../include
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 -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/asm.S \
19
	arch/asm.S \
20
	arch/fake.s \
20
	arch/fake.s \