Home | History | Annotate | Download | only in platform

Lines Matching full:full

52 Configs += full-i386 profile-i386 san-i386 asan-i386 ubsan-i386 ubsan_cxx-i386
53 Arch.full-i386 := i386
63 Configs += full-x86_64 profile-x86_64 san-x86_64 asan-x86_64 tsan-x86_64 \
65 Arch.full-x86_64 := x86_64
88 CFLAGS.full-i386 := $(CFLAGS) -m32
89 CFLAGS.full-x86_64 := $(CFLAGS) -m64
117 CFLAGS.full-i386 += --sysroot=$(ProjSrcRoot)/SDKs/linux
118 CFLAGS.full-x86_64 += --sysroot=$(ProjSrcRoot)/SDKs/linux
120 FUNCTIONS.full-i386 := $(CommonFunctions) $(ArchFunctions.i386)
121 FUNCTIONS.full-x86_64 := $(CommonFunctions) $(ArchFunctions.x86_64)