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 19... Line 19...
19
 
19
 
20
CPPFLAGS=$(DEFS) -nostdinc -I../include
20
CPPFLAGS=$(DEFS) -nostdinc -I../include
21
CFLAGS=$(CPPFLAGS) -nostdlib -fno-builtin -fomit-frame-pointer -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O3
21
CFLAGS=$(CPPFLAGS) -nostdlib -fno-builtin -fomit-frame-pointer -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O3
22
LFLAGS=-M -no-check-sections
22
LFLAGS=-M -no-check-sections
23
 
23
 
-
 
24
../arch/$(ARCH)/_link.ld: ../arch/$(ARCH)/_link.ld.in
-
 
25
	$(CC) $(CFLAGS) -E -x c $< | grep -v "^\#" > $@
-
 
26
 
24
arch_sources= \
27
arch_sources= \
25
	arch/context.s \
28
	arch/context.s \
26
	arch/debug/panic.s \
29
	arch/debug/panic.s \
27
	arch/cpuid.s \
30
	arch/cpuid.s \
28
	arch/delay.s \
31
	arch/delay.s \