Lines Matching refs:cc
18 cflags-$(CONFIG_HEXAGON_ARCH_V1) += $(call cc-option,-mv1)
19 cflags-$(CONFIG_HEXAGON_ARCH_V2) += $(call cc-option,-mv2)
20 cflags-$(CONFIG_HEXAGON_ARCH_V3) += $(call cc-option,-mv3)
21 cflags-$(CONFIG_HEXAGON_ARCH_V4) += $(call cc-option,-mv4)
23 aflags-$(CONFIG_HEXAGON_ARCH_V1) += $(call cc-option,-mv1)
24 aflags-$(CONFIG_HEXAGON_ARCH_V2) += $(call cc-option,-mv2)
25 aflags-$(CONFIG_HEXAGON_ARCH_V3) += $(call cc-option,-mv3)
26 aflags-$(CONFIG_HEXAGON_ARCH_V4) += $(call cc-option,-mv4)
28 ldflags-$(CONFIG_HEXAGON_ARCH_V1) += $(call cc-option,-mv1)
29 ldflags-$(CONFIG_HEXAGON_ARCH_V2) += $(call cc-option,-mv2)
30 ldflags-$(CONFIG_HEXAGON_ARCH_V3) += $(call cc-option,-mv3)
31 ldflags-$(CONFIG_HEXAGON_ARCH_V4) += $(call cc-option,-mv4)