Subversion Repositories HelenOS

Rev

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

Rev 2460 Rev 2462
Line 50... Line 50...
50
	-fno-builtin -fomit-frame-pointer -Wall -Wmissing-prototypes -Werror \
50
	-fno-builtin -fomit-frame-pointer -Wall -Wmissing-prototypes -Werror \
51
	-nostdlib -nostdinc \
51
	-nostdlib -nostdinc \
52
	-wd170
52
	-wd170
53
 
53
 
54
SUNCC_CFLAGS = -I$(INCLUDES) -xO$(OPTIMIZATION) \
54
SUNCC_CFLAGS = -I$(INCLUDES) -xO$(OPTIMIZATION) \
55
	-xnolib -xc99=all -xregs=no%float \
55
	-xnolib -xc99=all -features=extensions \
56
	-D__FUNCTION__=__func__ -features=extensions \
-
 
57
	-erroff=E_ZERO_SIZED_STRUCT_UNION
56
	-erroff=E_ZERO_SIZED_STRUCT_UNION
58
 
57
 
59
LFLAGS = -M
58
LFLAGS = -M
60
AFLAGS =
59
AFLAGS =
61
 
60