Lines Matching refs:option
24 HAS_BIARCH := $(call cc-option-yn, -m32)
70 KBUILD_CFLAGS_MODULE += $(call cc-option,-mno-save-toc-indirect)
72 KBUILD_CFLAGS += $(call cc-option,-mbig-endian)
81 cflags-$(CONFIG_PPC64_ELF_ABI_V1) += $(call cc-option,-mabi=elfv1)
82 cflags-$(CONFIG_PPC64_ELF_ABI_V1) += $(call cc-option,-mcall-aixdesc)
83 aflags-$(CONFIG_PPC64_ELF_ABI_V1) += $(call cc-option,-mabi=elfv1)
92 cflags-$(CONFIG_CPU_BIG_ENDIAN) += $(call cc-option,-mbig-endian)
94 aflags-$(CONFIG_CPU_BIG_ENDIAN) += $(call cc-option,-mbig-endian)
129 CFLAGS-$(CONFIG_PPC64) := $(call cc-option,-mtraceback=no)
131 CFLAGS-$(CONFIG_PPC64) += $(call cc-option,-mabi=elfv2,$(call cc-option,-mcall-aixdesc))
134 CFLAGS-$(CONFIG_PPC64) += $(call cc-option,-mabi=elfv1)
135 CFLAGS-$(CONFIG_PPC64) += $(call cc-option,-mcall-aixdesc)
139 CFLAGS-$(CONFIG_PPC64) += $(call cc-option,-mno-pointers-to-nested-functions)
140 CFLAGS-$(CONFIG_PPC64) += $(call cc-option,-mlong-double-128)
144 CFLAGS-$(CONFIG_PPC32) := $(call cc-option, -ffixed-r2)
148 CFLAGS-$(CONFIG_PPC32) += $(call cc-option, $(MULTIPLEWORD))
150 CFLAGS-$(CONFIG_PPC32) += $(call cc-option,-mno-readonly-in-sdata)
152 CC_FLAGS_FPU := $(call cc-option,-mhard-float)
153 CC_FLAGS_NO_FPU := $(call cc-option,-msoft-float)
194 KBUILD_CFLAGS += $(call cc-option,-mprefixed)
196 KBUILD_CFLAGS += $(call cc-option,-mno-prefixed)
199 KBUILD_CFLAGS += $(call cc-option,-mpcrel)
201 KBUILD_CFLAGS += $(call cc-option,-mno-pcrel)
205 KBUILD_CFLAGS += $(call cc-option,-mno-altivec)
206 KBUILD_CFLAGS += $(call cc-option,-mno-vsx)
207 KBUILD_CFLAGS += $(call cc-option,-mno-mma)
211 KBUILD_CFLAGS += $(call cc-option,-mno-spe)
212 KBUILD_CFLAGS += $(call cc-option,-mspe=no)
219 KBUILD_CFLAGS += $(call cc-option,-mno-string)