Home | History | Annotate | Download | only in llvm-libc++

Lines Matching refs:true

19     __libcxx_force_rebuild := true
25 __prebuilt_libcxx_compiled_with_gabixx := true
33 ifeq ($(LIBCXX_USE_GABIXX),true)
34 __libcxx_use_gabixx := true
38 ifneq ($(__libcxx_force_rebuild),true)
39 ifeq ($(__prebuilt_libcxx_compiled_with_gabixx),true)
41 $(call __ndk_info,are compiled with gabi++ but LIBCXX_USE_GABIXX is not set to true)
44 $(call __ndk_info,are not compiled with gabi++ and LIBCXX_USE_GABIXX is set to true)
46 __libcxx_force_rebuild := true
96 ifeq ($(__libcxx_use_gabixx),true)
148 ifneq ($(__libcxx_force_rebuild),true)
185 # __libcxx_force_rebuild == true
228 endif # __libcxx_force_rebuild == true