Lines Matching refs:VDSO_CFLAGS
64 VDSO_CFLAGS := $(VDSO_CAFLAGS) macro
65 VDSO_CFLAGS += -DENABLE_COMPAT_VDSO=1
67 VDSO_CFLAGS += -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \
73 VDSO_CFLAGS += -O2
75 VDSO_CFLAGS += $(call cc32-option,-Wdeclaration-after-statement,)
76 VDSO_CFLAGS += $(call cc32-option,-Wno-pointer-sign)
77 VDSO_CFLAGS += -fno-strict-overflow
78 VDSO_CFLAGS += $(call cc32-option,-Werror=strict-prototypes)
79 VDSO_CFLAGS += -Werror=date-time
80 VDSO_CFLAGS += $(call cc32-option,-Werror=incompatible-pointer-types)
86 VDSO_CFLAGS += -D__uint128_t='void*'
89 VDSO_CFLAGS += $(call cc32-disable-warning,shift-count-overflow)
90 VDSO_CFLAGS += -Wno-int-to-pointer-cast
95 VDSO_CFLAGS += -mthumb -fomit-frame-pointer
97 VDSO_CFLAGS += -marm
166 cmd_vdsocc = $(CC_COMPAT) -Wp,-MD,$(depfile) $(VDSO_CFLAGS) -c -o $@ $<
168 …cmd_vdsocc_gettimeofday = $(CC_COMPAT) -Wp,-MD,$(depfile) $(VDSO_CFLAGS) $(VDSO_CFLAGS_gettimeofda…