[llvm-commits] CVS: llvm-www/releases/download.html

Tanya Lattner tonic at nondot.org
Wed Sep 26 23:13:17 PDT 2007



Changes in directory llvm-www/releases:

download.html updated: 1.43 -> 1.44
---
Log message:

add link to mac universal binary tarball.


---
Diffs of the changes:  (+10 -0)

 download.html |   10 ++++++++++
 1 files changed, 10 insertions(+)


Index: llvm-www/releases/download.html
diff -u llvm-www/releases/download.html:1.43 llvm-www/releases/download.html:1.44
--- llvm-www/releases/download.html:1.43	Thu Sep 27 00:52:57 2007
+++ llvm-www/releases/download.html	Thu Sep 27 01:12:59 2007
@@ -49,6 +49,16 @@
   <li><a href="2.1/llvm-gcc4.0-2.1.source.tar.gz">LLVM-GCC 4.0 Front End Source Code</a> (35M)</li>
 <li><a href="2.1/llvm-gcc4.2-2.1.source.tar.gz">LLVM-GCC 4.2 Front End Source Code</a> (52M)</li>
 </ul>
+
+<p>Here are additional useful binaries:</p>
+
+<ul>
+  <li><a href="2.1/llvm-llvm-gcc4.0-2.1-darwin-univ.tar.gz">Mac OS/X universal tarball with llvm-gcc 4.0 and all other LLVM tools</a><br>
+      To install this, sudo to root, then untar in /.  This installs tools in /usr/local/bin,
+      which work on either ppc and intel macs and llvm-gcc supports the -arch option for 
+      Apple-style cross-compiles and universal builds.</li>
+</ul>
+
 </div>
 
 <table class="rel_section">






More information about the llvm-commits mailing list