Replace the old --with-cxx-* configure options with a single --with-gcc-toolchain
authorRafael Espindola <rafael.espindola@gmail.com>
Fri, 3 Feb 2012 00:59:30 +0000 (00:59 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Fri, 3 Feb 2012 00:59:30 +0000 (00:59 +0000)
commit1aee22e0720932a82dd3bf3fc8be804fff6bb89a
tree38dad0e5120cf2ed64a699a2ba869c6c9f98e3a7
parent871a2051f7d49827259d719a97b8cc86163edbd9
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/llvm/trunk@149651 91177308-0d34-0410-b5e6-96231b3b80d8
autoconf/configure.ac
configure
include/llvm/Config/config.h.cmake
include/llvm/Config/config.h.in
projects/sample/autoconf/configure.ac
projects/sample/configure
utils/llvm-compilers-check