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 301
Line 23... Line 23...
23
 
23
 
24
CPPFLAGS=$(DEFS) -nostdinc -I../include
24
CPPFLAGS=$(DEFS) -nostdinc -I../include
25
CFLAGS=$(CPPFLAGS) -nostdlib -fno-builtin -fno-unwind-tables -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O3 -march=opteron -m64 -mcmodel=kernel -mno-red-zone
25
CFLAGS=$(CPPFLAGS) -nostdlib -fno-builtin -fno-unwind-tables -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O3 -march=opteron -m64 -mcmodel=kernel -mno-red-zone
26
LFLAGS=-M 
26
LFLAGS=-M 
27
 
27
 
28
../arch/amd64/_link.ld: ../arch/amd64/_link.ld.in
28
../arch/$(ARCH)/_link.ld: ../arch/$(ARCH)/_link.ld.in
29
	$(CC) $(CFLAGS) -E -x c $< | grep -v "^\#" > $@
29
	$(CC) $(CFLAGS) -E -x c $< | grep -v "^\#" > $@
30
 
30
 
31
arch_sources = arch/dummy.s \
31
arch_sources = arch/dummy.s \
32
	arch/fpu_context.c \
32
	arch/fpu_context.c \
33
	arch/boot/boot.S \
33
	arch/boot/boot.S \