<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten-fastcomp/utils/crosstool, branch master</title>
<subtitle>LLVM with the emscripten fastcomp javascript backend</subtitle>
<id>https://git.amat.us/emscripten-fastcomp/atom/utils/crosstool?h=master</id>
<link rel='self' href='https://git.amat.us/emscripten-fastcomp/atom/utils/crosstool?h=master'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/'/>
<updated>2009-08-04T15:47:18Z</updated>
<entry>
<title>* Use "svn export" instead of "svn co" and avoid cleaning up .svn dirs</title>
<updated>2009-08-04T15:47:18Z</updated>
<author>
<name>Misha Brukman</name>
<email>brukman+llvm@gmail.com</email>
</author>
<published>2009-08-04T15:47:18Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=0307a76defbe2cb0174b5e0fe77877c044ab8b4f'/>
<id>urn:sha1:0307a76defbe2cb0174b5e0fe77877c044ab8b4f</id>
<content type='text'>
* 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
</content>
</entry>
<entry>
<title>* Install crosstool in /usr/local/crosstool</title>
<updated>2009-07-09T15:24:04Z</updated>
<author>
<name>Misha Brukman</name>
<email>brukman+llvm@gmail.com</email>
</author>
<published>2009-07-09T15:24:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=f881ae0a32ca913c008302913e100f0c99fc1ef8'/>
<id>urn:sha1:f881ae0a32ca913c008302913e100f0c99fc1ef8</id>
<content type='text'>
* 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
</content>
</entry>
<entry>
<title>* Allow skipping parts of the installation to be able to do it in parts if one</title>
<updated>2009-07-06T18:29:03Z</updated>
<author>
<name>Misha Brukman</name>
<email>brukman+llvm@gmail.com</email>
</author>
<published>2009-07-06T18:29:03Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=e034393b15bc9257314b0c7adfb778e0c504bed7'/>
<id>urn:sha1:e034393b15bc9257314b0c7adfb778e0c504bed7</id>
<content type='text'>
  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
</content>
</entry>
<entry>
<title>Added step-by-step directions on how to use the script to build and install an</title>
<updated>2009-07-01T13:51:59Z</updated>
<author>
<name>Misha Brukman</name>
<email>brukman+llvm@gmail.com</email>
</author>
<published>2009-07-01T13:51:59Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=38bc2d03fdf958a8fa61fbc56c9b1f0037ed0bbf'/>
<id>urn:sha1:38bc2d03fdf958a8fa61fbc56c9b1f0037ed0bbf</id>
<content type='text'>
x86_64/Linux -&gt; ARM/Linux crosstool.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74603 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Update script to tell the user where to get the CodeSourcery crosstool, if it's</title>
<updated>2009-06-12T02:04:47Z</updated>
<author>
<name>Misha Brukman</name>
<email>brukman+llvm@gmail.com</email>
</author>
<published>2009-06-12T02:04:47Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=00c1073012553348528c783cb63508d19da898e6'/>
<id>urn:sha1:00c1073012553348528c783cb63508d19da898e6</id>
<content type='text'>
not found.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73213 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Added two scripts to aid with building Linux/x86 -&gt; Linux/ARM crosstools, using</title>
<updated>2009-06-12T01:55:57Z</updated>
<author>
<name>Misha Brukman</name>
<email>brukman+llvm@gmail.com</email>
</author>
<published>2009-06-12T01:55:57Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=cb6f9c8aae59e64372335fc197e94839e5d14761'/>
<id>urn:sha1:cb6f9c8aae59e64372335fc197e94839e5d14761</id>
<content type='text'>
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
</content>
</entry>
</feed>
