[llvm-commits] CVS: llvm-www/releases/1.1/docs/ReleaseNotes.html

Brian Gaeke gaeke at cs.uiuc.edu
Tue Jan 20 11:46:01 PST 2004


Changes in directory llvm-www/releases/1.1/docs:

ReleaseNotes.html updated: 1.10 -> 1.11

---
Log message:

Make note of LLVMGCCDIR hack.


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

Index: llvm-www/releases/1.1/docs/ReleaseNotes.html
diff -u llvm-www/releases/1.1/docs/ReleaseNotes.html:1.10 llvm-www/releases/1.1/docs/ReleaseNotes.html:1.11
--- llvm-www/releases/1.1/docs/ReleaseNotes.html:1.10	Fri Jan 16 15:56:43 2004
+++ llvm-www/releases/1.1/docs/ReleaseNotes.html	Tue Jan 20 11:45:47 2004
@@ -308,8 +308,15 @@
 Hat Linux and has been tested on Sun UltraSPARC workstations running Solaris 8.
 Additionally, 
 LLVM works on Mac OS X 10.3 and above, but only with the C backend or 
-interpreter (no native backend for the PowerPC is available yet).
-The core LLVM infrastructure uses "autoconf" for portability, so hopefully we
+interpreter (no native backend for the PowerPC is available yet).</p>
+
+<p><b>NOTE:</b> You may have to reset the <tt>LLVMGCCDIR</tt> variable in your
+<tt>Makefile.config</tt> to use the target triplet
+<tt>powerpc-apple-darwin7.0.0</tt> instead of whatever <tt>configure</tt>
+detected; otherwise you will get errors trying to build crtend. This
+is fixed in 1.2.</p>
+
+<p>The core LLVM infrastructure uses "autoconf" for portability, so hopefully we
 work on more platforms than that.  However, it is likely that we
 missed something and that minor porting is required to get LLVM to work on 
 new platforms.  We welcome portability patches and error messages.</p>
@@ -751,7 +758,7 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
 
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/01/16 21:56:43 $
+  Last modified: $Date: 2004/01/20 17:45:47 $
 </address>
 
 </body>





More information about the llvm-commits mailing list