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 12... Line 12...
12
BFD_ARCH=powerpc
12
BFD_ARCH=powerpc
13
 
13
 
14
ASFLAGS=
14
ASFLAGS=
15
 
15
 
16
DEFS=-DARCH=$(ARCH)
16
DEFS=-DARCH=$(ARCH)
17
CPPFLAGS=$(DEFS) -nostdinc -I../include
17
CFLAGS=$(DEFS) -nostdlib -fno-builtin -O2
18
CFLAGS=$(CPPFLAGS) -nostdlib -fno-builtin -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O2
-
 
19
LFLAGS=-M -no-check-sections -N
18
LFLAGS=-M -no-check-sections -N
20
 
19
 
21
arch_sources= \
20
arch_sources= \
22
	arch/context.S \
21
	arch/context.S \
23
	arch/debug/panic.s \
22
	arch/debug/panic.s \