Lines Matching full:tune
83 tune-$(CONFIG_CPU_ARM7TDMI) =-mtune=arm7tdmi
84 tune-$(CONFIG_CPU_ARM720T) =-mtune=arm7tdmi
85 tune-$(CONFIG_CPU_ARM740T) =-mtune=arm7tdmi
86 tune-$(CONFIG_CPU_ARM9TDMI) =-mtune=arm9tdmi
87 tune-$(CONFIG_CPU_ARM940T) =-mtune=arm9tdmi
88 tune-$(CONFIG_CPU_ARM946E) =-mtune=arm9e
89 tune-$(CONFIG_CPU_ARM920T) =-mtune=arm9tdmi
90 tune-$(CONFIG_CPU_ARM922T) =-mtune=arm9tdmi
91 tune-$(CONFIG_CPU_ARM925T) =-mtune=arm9tdmi
92 tune-$(CONFIG_CPU_ARM926T) =-mtune=arm9tdmi
93 tune-$(CONFIG_CPU_FA526) =-mtune=arm9tdmi
94 tune-$(CONFIG_CPU_SA110) =-mtune=strongarm110
95 tune-$(CONFIG_CPU_SA1100) =-mtune=strongarm1100
96 tune-$(CONFIG_CPU_XSCALE) =-mtune=xscale
97 tune-$(CONFIG_CPU_XSC3) =-mtune=xscale
98 tune-$(CONFIG_CPU_FEROCEON) =-mtune=xscale
99 tune-$(CONFIG_CPU_V6) =-mtune=arm1136j-s
100 tune-$(CONFIG_CPU_V6K) =-mtune=arm1136j-s
102 # Evaluate tune cc-option calls now
103 tune-y := $(tune-y)
135 KBUILD_CFLAGS +=$(CFLAGS_ABI) $(CFLAGS_ISA) $(arch-y) $(tune-y) $(call cc-option,-mshort-load-bytes…
136 KBUILD_AFLAGS +=$(CFLAGS_ABI) $(AFLAGS_ISA) $(arch-y) $(tune-y) -include asm/unified.h -msoft-float