Since the LIBCXX_CXX_ABI variable is a cached one, the code that detects in-tree libc++abi (added in rL214037) only executes during the initial build, so any successive builds actually link against the system (and not the in-tree) libc++abi.
This patch fixes that bug by introducing a dedicated non-cached variable LIB_CXX_ABI_LIBNAME.