Lines Matching full:option
5 tune = $(call cc-option,-mtune=$(1),$(2))
8 align := -falign-functions=0 $(call cc-option,-falign-jumps=0) $(call cc-option,-falign-loops=0)
27 cflags-$(CONFIG_MK8) += $(call cc-option,-march=k8,-march=athlon)
30 cflags-$(CONFIG_MWINCHIPC6) += $(call cc-option,-march=winchip-c6,-march=i586)
31 cflags-$(CONFIG_MWINCHIP3D) += $(call cc-option,-march=winchip2,-march=i586)
32 cflags-$(CONFIG_MCYRIXIII) += $(call cc-option,-march=c3,-march=i486) $(align)
33 cflags-$(CONFIG_MVIAC3_2) += $(call cc-option,-march=c3-2,-march=i686)
36 cflags-$(CONFIG_MATOM) += $(call cc-option,-march=atom,$(call cc-option,-march=core2,-march=i686))…
37 $(call cc-option,-mtune=atom,$(call cc-option,-mtune=generic))
44 cflags-$(CONFIG_MGEODE_LX) += $(call cc-option,-march=geode,-march=pentium-mmx)
49 # Bug fix for binutils: this option is required in order to keep
52 cflags-y += $(call cc-option,-Wa$(comma)-mtune=generic32,)