Home | History | Annotate | Download | only in platform

Lines Matching full:full

28 Configs += full-i386 full-x86_64
29 Arch.full-i386 := i386
30 Arch.full-x86_64 := x86_64
56 CFLAGS.full-i386 := $(CFLAGS) -m32
57 CFLAGS.full-x86_64 := $(CFLAGS) -m64
66 CFLAGS.full-i386 += --sysroot=$(ProjSrcRoot)/SDKs/linux
67 CFLAGS.full-x86_64 += --sysroot=$(ProjSrcRoot)/SDKs/linux
71 FUNCTIONS.full-i386 := $(CommonFunctions) $(ArchFunctions.i386)
72 FUNCTIONS.full-x86_64 := $(CommonFunctions) $(ArchFunctions.x86_64)