Home | History | Annotate | Download | only in platform

Lines Matching defs:Configs

56 Configs :=
62 Configs += eprintf
68 Configs += 10.4
73 Configs += ios
78 Configs += osx
82 Configs += cc_kext
87 Configs += cc_kext_ios5
91 Configs += profile_osx
93 Configs += profile_ios
97 Configs += asan_osx_dynamic
102 Configs += asan_iossim_dynamic
106 Configs += ubsan_osx
123 # We make sure to remove empty configs if we end up dropping all the requested
126 $(foreach config,$(Configs),\
130 $(call Set,Configs,$(filter-out $(config),$(Configs)))))