[LLVMbugs] [Bug 24322] New: LIBCXX_GCC_TOOLCHAIN is not used during CMake configuration builds

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Jul 30 14:21:46 PDT 2015


https://llvm.org/bugs/show_bug.cgi?id=24322

            Bug ID: 24322
           Summary: LIBCXX_GCC_TOOLCHAIN is not used during CMake
                    configuration builds
           Product: libc++
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: unassignedclangbugs at nondot.org
          Reporter: eugene.zelenko at gmail.com
                CC: llvmbugs at cs.uiuc.edu, mclow.lists at gmail.com
    Classification: Unclassified

LIBCXX_GCC_TOOLCHAIN is not used during CMake configuration builds. As result
Clang uses libraries provided by operation system, which may be very old (older
then GCC 4.7).

Workaround is to specify -gcc-toolchain in CMAKE_CXX_FLAGS.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150730/ba593ad0/attachment.html>


More information about the llvm-bugs mailing list