Home | History | Annotate | Download | only in core

Lines Matching refs:libc

11         my_cxx_stl := libc++
14 my_cxx_stl := libc++_static
18 # libc++ is not supported on mingw.
41 ifneq ($(filter $(my_cxx_stl),libc++ libc++_static),)
42 # libc++ is not supported on mingw.
73 ifneq ($(filter $(my_cxx_stl),libc++ libc++_static),)
76 # Note that the structure of this means that LOCAL_CXX_STL := libc++ will
77 # use the static libc++ for static executables.
79 ifeq ($(my_cxx_stl),libc++)
80 my_shared_libraries += libc++
82 my_static_libraries += libc++_static
85 my_static_libraries += libc++_static
100 my_static_libraries += libm libc libdl