From cf76200bd3ae7d63e92a56ff7b271f5140b8cfc4 Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Tue, 24 May 2011 12:54:00 +0000 Subject: http://llvm.org/bugs/show_bug.cgi?id=9399 fixed by Ryuta Suzuki llvm-svn: 131961 --- libcxx/lib/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'libcxx/lib') diff --git a/libcxx/lib/CMakeLists.txt b/libcxx/lib/CMakeLists.txt index 2f49e22770e..d8065cdcfe9 100644 --- a/libcxx/lib/CMakeLists.txt +++ b/libcxx/lib/CMakeLists.txt @@ -27,6 +27,7 @@ endif() append_if(libraries LIBCXX_HAS_PTHREAD_LIB pthread) append_if(libraries LIBCXX_HAS_C_LIB c) append_if(libraries LIBCXX_HAS_M_LIB m) +append_if(libraries LIBCXX_HAS_RT_LIB rt) append_if(libraries LIBCXX_HAS_GCC_S_LIB gcc_s) target_link_libraries(cxx ${libraries}) -- cgit v1.2.3