summaryrefslogtreecommitdiff
path: root/utils/crosstool
Commit message (Collapse)AuthorAge
* * Use "svn export" instead of "svn co" and avoid cleaning up .svn dirsMisha Brukman2009-08-04
| | | | | | | | * Use "svn info" to get last revision in repo, will get matching tarballs * Now run "svn -q" since "svn info" tells us the revision number git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78065 91177308-0d34-0410-b5e6-96231b3b80d8
* * Install crosstool in /usr/local/crosstoolMisha Brukman2009-07-09
| | | | | | | | | | * Updated LLVM and LLVM-GCC to newer revisions * Allow separate revisions per SVN module * Allow user to override MAKE_OPTS * Removed unused function verifyNotDir() git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75134 91177308-0d34-0410-b5e6-96231b3b80d8
* * Allow skipping parts of the installation to be able to do it in parts if oneMisha Brukman2009-07-06
| | | | | | | | | | 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
* Added step-by-step directions on how to use the script to build and install anMisha Brukman2009-07-01
| | | | | | | x86_64/Linux -> ARM/Linux crosstool. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74603 91177308-0d34-0410-b5e6-96231b3b80d8
* Update script to tell the user where to get the CodeSourcery crosstool, if it'sMisha Brukman2009-06-12
| | | | | | | not found. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73213 91177308-0d34-0410-b5e6-96231b3b80d8
* Added two scripts to aid with building Linux/x86 -> Linux/ARM crosstools, usingMisha Brukman2009-06-12
CodeSourcery's provided GCC-based crosstools, from which we use binutils. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73212 91177308-0d34-0410-b5e6-96231b3b80d8