Lines Matching refs:cflags
12 cflags-y += -fno-common -pipe -fno-builtin -mmedium-calls -D__linux__
18 cflags-y += $(tune-mcpu-def-y)
23 cflags-y += $(tune-mcpu)
28 cflags-y += $(tune-mcpu-def-y)
42 cflags-y += -fsection-anchors
44 cflags-$(CONFIG_ARC_HAS_LLSC) += -mlock
45 cflags-$(CONFIG_ARC_HAS_SWAPE) += -mswape
50 cflags-y += -munaligned-access
52 cflags-y += -mno-unaligned-access
56 cflags-y += -mno-ll64
60 cflags-y += -mno-div-rem
66 cflags-$(CONFIG_ARC_DW2_UNWIND) += -fasynchronous-unwind-tables $(cfi)
71 cflags-$(disable_small_data) += -mno-sdata -fcall-used-gp
73 cflags-$(CONFIG_CPU_BIG_ENDIAN) += -mbig-endian
76 LIBGCC = $(shell $(CC) $(cflags-y) --print-libgcc-file-name)
82 KBUILD_CFLAGS += $(cflags-y)