Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace the old --with-cxx-* configure options with a single ↵ | Rafael Espindola | 2012-02-03 | 1 | -8/+6 |
| | | | | | | | | | --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). llvm-svn: 149651 | ||||
* | Remove Deprecated Features | David Greene | 2012-01-27 | 1 | -250/+51 |
| | | | | | | | | | | | | Move to a model where we build whatever branches are checked out in the source directories. This was a bit too smart (and complicated) in handling details best left to the user and the revision control system. In addition, get rid of support for llvm-gcc and building gcc as these are no longer necessary. llvm-svn: 149149 | ||||
* | utils: Rename the "llvmbuild" script to llvm-compilers-check. | Daniel Dunbar | 2011-11-04 | 1 | -0/+778 |
llvm-svn: 143673 |