[llvm-commits] CVS: llvm/docs/CFEBuildInstrs.html
Reid Spencer
reid at x10sys.com
Tue Dec 21 10:51:05 PST 2004
Changes in directory llvm/docs:
CFEBuildInstrs.html updated: 1.35 -> 1.36
---
Log message:
For PR432: http://llvm.cs.uiuc.edu/PR432 :
Add instructions for using the --program-prefix=llvm so that the CFE build
produces llvmgcc instead of gcc.
---
Diffs of the changes: (+5 -4)
Index: llvm/docs/CFEBuildInstrs.html
diff -u llvm/docs/CFEBuildInstrs.html:1.35 llvm/docs/CFEBuildInstrs.html:1.36
--- llvm/docs/CFEBuildInstrs.html:1.35 Tue Dec 14 18:14:01 2004
+++ llvm/docs/CFEBuildInstrs.html Tue Dec 21 12:50:54 2004
@@ -131,7 +131,7 @@
<pre>
% cd build
% ../src/configure --prefix=$CFEINSTALL --disable-threads --disable-nls \
- --disable-shared --enable-languages=c,c++
+ --disable-shared --enable-languages=c,c++ --program-prefix=llvm
% gmake all; gmake install
</pre>
@@ -140,7 +140,8 @@
<pre>
% cd build
% ../src/configure --prefix=$CFEINSTALL --disable-threads --disable-nls \
- --disable-shared --enable-languages=c,c++ --disable-c-mbchar
+ --disable-shared --enable-languages=c,c++ --disable-c-mbchar \
+ --program-prefix=llvm
% gmake all; gmake install
</pre>
@@ -158,7 +159,7 @@
% cd build
% ../src/configure --prefix=$CFEINSTALL --disable-threads --disable-nls \
--disable-shared --enable-languages=c,c++ --host=sparcv9-sun-solaris2.8 \
- --disable-c-mbchar
+ --disable-c-mbchar --program-prefix=llvm
% gmake all; gmake install
</pre>
@@ -325,7 +326,7 @@
Brian Gaeke<br>
<a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2004/12/15 00:14:01 $
+ Last modified: $Date: 2004/12/21 18:50:54 $
</address>
</body>
More information about the llvm-commits
mailing list