]> granicus.if.org Git - clang/commit
Replace the old --with-cxx-* configure options with a single --with-gcc-toolchain
authorRafael Espindola <rafael.espindola@gmail.com>
Fri, 3 Feb 2012 01:01:20 +0000 (01:01 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Fri, 3 Feb 2012 01:01:20 +0000 (01:01 +0000)
commit353300c4af020ce5d8368d1c336cbf7583c33a7d
tree9378cf4c7b957d00bd2c4735109aff9e3c907a15
parent773303a505c23d73da624f1e6abcf41a393dad2b
Replace the old --with-cxx-* configure options with a single --with-gcc-toolchain
that just uses the new toolchain probing logic. This fixes linking with -m32 on
64 bit systems (the /32 dir was not being added to the search).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149652 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Config/config.h.cmake
lib/Driver/ToolChains.cpp
lib/Frontend/InitHeaderSearch.cpp