* Use "svn export" instead of "svn co" and avoid cleaning up .svn dirs* Use "svn info" to get last revision in repo, will get matching tarballs* Now run "svn -q" since "svn info" tells us the revis
* Use "svn export" instead of "svn co" and avoid cleaning up .svn dirs* Use "svn info" to get last revision in repo, will get matching tarballs* Now run "svn -q" since "svn info" tells us the revision numberllvm-svn: 78065
show more ...
* Install crosstool in /usr/local/crosstool* Updated LLVM and LLVM-GCC to newer revisions* Allow separate revisions per SVN module* Allow user to override MAKE_OPTS* Removed unused function verif
* Install crosstool in /usr/local/crosstool* Updated LLVM and LLVM-GCC to newer revisions* Allow separate revisions per SVN module* Allow user to override MAKE_OPTS* Removed unused function verifyNotDir()llvm-svn: 75134
* 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-
* 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.llvm-svn: 74840
Added step-by-step directions on how to use the script to build and install anx86_64/Linux -> ARM/Linux crosstool.llvm-svn: 74603
Update script to tell the user where to get the CodeSourcery crosstool, if it'snot found.llvm-svn: 73213
Added two scripts to aid with building Linux/x86 -> Linux/ARM crosstools, usingCodeSourcery's provided GCC-based crosstools, from which we use binutils.llvm-svn: 73212