Lines Matching refs:option
16 RETPOLINE_CFLAGS := $(call cc-option,-mindirect-branch=thunk-extern -mindirect-branch-register)
17 RETPOLINE_VDSO_CFLAGS := $(call cc-option,-mindirect-branch=thunk-inline -mindirect-branch-register)
23 RETPOLINE_CFLAGS += $(call cc-option,-mindirect-branch-cs-prefix)
40 ifneq ($(call cc-option, -mpreferred-stack-boundary=4),)
43 else ifneq ($(call cc-option, -mstack-alignment=16),)
53 -mno-mmx -mno-sse $(call cc-option,-fcf-protection=none)
98 CC_FLAGS_FPU += $(call cc-option,-msse -mpreferred-stack-boundary=3,-mpreferred-stack-boundary=4)
111 KBUILD_CFLAGS += $(call cc-option,-fcf-protection=branch -fno-jump-tables)
114 KBUILD_CFLAGS += $(call cc-option,-fcf-protection=none)
155 KBUILD_CFLAGS += $(call cc-option,-falign-jumps=1)
158 KBUILD_CFLAGS += $(call cc-option,-falign-loops=1)
162 KBUILD_CFLAGS += $(call cc-option,-mno-fp-ret-in-387)
174 KBUILD_CFLAGS += $(call cc-option,-mskip-rax-setup)
214 KBUILD_CFLAGS += $(call cc-option,-maccumulate-outgoing-args,)