Subversion Repositories HelenOS-historic

Rev

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

Rev 422 Rev 423
Line 20... Line 20...
20
BFD_NAME=elf32-i386
20
BFD_NAME=elf32-i386
21
BFD_ARCH=i386
21
BFD_ARCH=i386
22
 
22
 
23
DEFS:=-DARCH=$(ARCH) -DFPU_LAZY
23
DEFS:=-DARCH=$(ARCH) -DFPU_LAZY
24
 
24
 
-
 
25
ifeq (${STRONG_ORDERING},yes)
-
 
26
	DEFS+=-D__STRONG_ORDERING__
-
 
27
endif
-
 
28
 
25
ifdef SMP
29
ifdef SMP
26
DEFS+=-D$(SMP)
30
	DEFS+=-D$(SMP)
27
endif
31
endif
28
 
32
 
29
ifdef HT
33
ifdef HT
30
DEFS+=-D$(HT)
34
	DEFS+=-D$(HT)
31
endif
35
endif
32
 
36
 
33
CPPFLAGS=$(DEFS) -nostdinc -Iinclude/
37
CPPFLAGS=$(DEFS) -nostdinc -Iinclude/
34
CFLAGS=$(CPPFLAGS) -nostdlib -fno-builtin -fomit-frame-pointer -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O3
38
CFLAGS=$(CPPFLAGS) -nostdlib -fno-builtin -fomit-frame-pointer -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O3
35
LFLAGS=-M
39
LFLAGS=-M