Subversion Repositories HelenOS-historic

Rev

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

Rev 474 Rev 483
Line 45... Line 45...
45
 
45
 
46
## Common compiler flags
46
## Common compiler flags
47
#
47
#
48
 
48
 
49
DEFS = -DARCH=$(ARCH) -DRELEASE=\"$(RELEASE)\" "-DNAME=\"$(NAME)\""
49
DEFS = -DARCH=$(ARCH) -DRELEASE=\"$(RELEASE)\" "-DNAME=\"$(NAME)\""
50
CFLAGS = -fno-builtin -fomit-frame-pointer -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O3 -nostdlib -nostdinc -Igeneric/include/
50
CFLAGS = -fno-builtin -fomit-frame-pointer -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -nostdlib -nostdinc -Igeneric/include/
51
LFLAGS = -M
51
LFLAGS = -M
52
AFLAGS =
52
AFLAGS =
53
 
53
 
54
ifdef TAG
54
ifdef TAG
55
	DEFS += "-DTAG=\"$(TAG)\""
55
	DEFS += "-DTAG=\"$(TAG)\""