Home | History | Annotate | Download | only in platform

Lines Matching refs:cflags

30     cflags=""; \
32 cflags="$$cflags $$flag"; \
34 $(1) $$cflags $(2) -o /dev/null > /dev/null 2> /dev/null ; \
70 CFLAGS := -Wall -Werror -O3 -fomit-frame-pointer
72 CFLAGS.builtins-i386 := $(CFLAGS) -m32
73 CFLAGS.builtins-x86_64 := $(CFLAGS) -m64
74 CFLAGS.profile-i386 := $(CFLAGS) -m32
75 CFLAGS.profile-x86_64 := $(CFLAGS) -m64