Lines Matching refs:cflags
12 cflags-y += -fno-common -pipe -fno-builtin -mmedium-calls -D__linux__
18 cflags-y += $(tune-mcpu-def-y)
22 cflags-y += $(tune-mcpu)
27 cflags-y += $(tune-mcpu-def-y)
38 cflags-y += -ffixed-gp
41 cflags-y += -fsection-anchors
43 cflags-$(CONFIG_ARC_HAS_LLSC) += -mlock
44 cflags-$(CONFIG_ARC_HAS_SWAPE) += -mswape
49 cflags-y += -munaligned-access
51 cflags-y += -mno-unaligned-access
55 cflags-y += -mno-ll64
59 cflags-y += -mno-div-rem
65 cflags-$(CONFIG_ARC_DW2_UNWIND) += -fasynchronous-unwind-tables $(cfi)
70 cflags-$(disable_small_data) += -mno-sdata
72 cflags-$(CONFIG_CPU_BIG_ENDIAN) += -mbig-endian
75 LIBGCC = $(shell $(CC) $(cflags-y) --print-libgcc-file-name)
81 KBUILD_CFLAGS += $(cflags-y)