Home
last modified time | relevance | path

Searched refs:USER_CFLAGS (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/arch/um/scripts/
DMakefile.rules11 c_flags = -Wp,-MD,$(depfile) $(USER_CFLAGS) -include user.h $(CFLAGS_$(basetarget).o)
18 c_flags = -Wp,-MD,$(depfile) $(call unprofile,$(USER_CFLAGS)) $(CFLAGS_$(basetarget).o)
/linux-3.4.99/arch/um/sys-ppc/
DMakefile18 $(CC) -D__KERNEL__ $(USER_CFLAGS) $(ccflags-y) -c -o $@ $<
21 $(CC) $(USER_CFLAGS) $(ccflags-y) -c -o $@ $<
/linux-3.4.99/arch/um/
DMakefile-os-Linux7 USER_CFLAGS += -D_GNU_SOURCE -D_LARGEFILE64_SOURCE
DMakefile61 USER_CFLAGS = $(patsubst $(KERNEL_DEFINES),,$(patsubst -D__KERNEL__,,\ macro
163 export SUBARCH USER_CFLAGS CFLAGS_NO_HARDENING OS DEV_NULL_PATH
/linux-3.4.99/arch/x86/um/
DMakefile40 $(obj)/user-offsets.s: c_flags = -Wp,-MD,$(depfile) $(USER_CFLAGS) \