* Allow skipping parts of the installation to be able to do it in parts if one
authorMisha Brukman <brukman+llvm@gmail.com>
Mon, 6 Jul 2009 18:29:03 +0000 (18:29 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Mon, 6 Jul 2009 18:29:03 +0000 (18:29 +0000)
commite034393b15bc9257314b0c7adfb778e0c504bed7
treea7bbd644bf3956fc2a45df1f4d432ecfef281d08
parent53cf8298cfdb73d7747907bb686090bd44464250
* Allow skipping parts of the installation to be able to do it in parts if one
  phase fails and the user wants to reinstall one of the components.
* Fixed LLVM-GCC configuration flags: s/--with-gnu-{as,ld}/--with-{as,ld}/
  The former is a boolean flag, the latter is a flag that takes a path.
* Added a new flag CROSS_MARCH, defaults to armv6.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74840 91177308-0d34-0410-b5e6-96231b3b80d8
utils/crosstool/ARM/build-install-linux.sh