Lines Matching refs:cc
14 …CROSS_COMPILE := $(call cc-cross-prefix, $(UTS_MACHINE)-linux- $(UTS_MACHINE)-linux-gnu- $(UTS_M…
33 cflags-$(CONFIG_CPU_SH2) := $(call cc-option,-m2,)
34 cflags-$(CONFIG_CPU_J2) += $(call cc-option,-mj2,)
35 cflags-$(CONFIG_CPU_SH2A) += $(call cc-option,-m2a,) \
36 $(call cc-option,-m2a-nofpu,) \
37 $(call cc-option,-m4-nofpu,)
38 cflags-$(CONFIG_CPU_SH3) := $(call cc-option,-m3,)
39 cflags-$(CONFIG_CPU_SH4) := $(call cc-option,-m4,) \
40 $(call cc-option,-mno-implicit-fp,-m4-nofpu)
41 cflags-$(CONFIG_CPU_SH4A) += $(call cc-option,-m4a,) \
42 $(call cc-option,-m4a-nofpu,)
43 cflags-$(CONFIG_CPU_SH4AL_DSP) += $(call cc-option,-m4al,)
44 cflags-$(CONFIG_CPU_SH5) := $(call cc-option,-m5-32media-nofpu,)
78 cflags-y += $(call cc-option,-mno-fdpic)