[llvm-commits] CVS: llvm/docs/CFEBuildInstrs.html
Reid Spencer
reid at x10sys.com
Tue Dec 21 17:36:38 PST 2004
Changes in directory llvm/docs:
CFEBuildInstrs.html updated: 1.36 -> 1.37
---
Log message:
Revert last changes as they introduce CFE build problems.
---
Diffs of the changes: (+4 -5)
Index: llvm/docs/CFEBuildInstrs.html
diff -u llvm/docs/CFEBuildInstrs.html:1.36 llvm/docs/CFEBuildInstrs.html:1.37
--- llvm/docs/CFEBuildInstrs.html:1.36 Tue Dec 21 12:50:54 2004
+++ llvm/docs/CFEBuildInstrs.html Tue Dec 21 19:36:27 2004
@@ -131,7 +131,7 @@
<pre>
% cd build
% ../src/configure --prefix=$CFEINSTALL --disable-threads --disable-nls \
- --disable-shared --enable-languages=c,c++ --program-prefix=llvm
+ --disable-shared --enable-languages=c,c++
% gmake all; gmake install
</pre>
@@ -140,8 +140,7 @@
<pre>
% cd build
% ../src/configure --prefix=$CFEINSTALL --disable-threads --disable-nls \
- --disable-shared --enable-languages=c,c++ --disable-c-mbchar \
- --program-prefix=llvm
+ --disable-shared --enable-languages=c,c++ --disable-c-mbchar
% gmake all; gmake install
</pre>
@@ -159,7 +158,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 --program-prefix=llvm
+ --disable-c-mbchar
% gmake all; gmake install
</pre>
@@ -326,7 +325,7 @@
Brian Gaeke<br>
<a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2004/12/21 18:50:54 $
+ Last modified: $Date: 2004/12/22 01:36:27 $
</address>
</body>
More information about the llvm-commits
mailing list