[llvm-commits] CVS: llvm/docs/GettingStarted.html
Reid Spencer
reid at x10sys.com
Thu Dec 23 11:40:05 PST 2004
Changes in directory llvm/docs:
GettingStarted.html updated: 1.99 -> 1.100
---
Log message:
Be specific about version of GCC and binutils on Cygwin since it matters.
---
Diffs of the changes: (+2 -2)
Index: llvm/docs/GettingStarted.html
diff -u llvm/docs/GettingStarted.html:1.99 llvm/docs/GettingStarted.html:1.100
--- llvm/docs/GettingStarted.html:1.99 Thu Dec 23 01:14:56 2004
+++ llvm/docs/GettingStarted.html Thu Dec 23 13:39:54 2004
@@ -254,7 +254,7 @@
<tr>
<td>Cygwin/Win32</td>
<td>x86<sup>1</sup></td>
- <td>GCC</td>
+ <td>GCC 3.4.X, binutils 2.15</td>
</tr>
<tr>
<td>Linux</td>
@@ -1491,7 +1491,7 @@
<a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
<a href="http://llvm.x10sys.com/rspencer/">Reid Spencer</a><br>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2004/12/23 07:14:56 $
+ Last modified: $Date: 2004/12/23 19:39:54 $
</address>
</body>
</html>
More information about the llvm-commits
mailing list