[llvm-commits] CVS: llvm/docs/MakefileGuide.html
Reid Spencer
reid at x10sys.com
Thu Nov 25 12:22:05 PST 2004
Changes in directory llvm/docs:
MakefileGuide.html updated: 1.13 -> 1.14
---
Log message:
Remove HAVE_BZLIB and HAVE_BZIP2. We always have bzip2 now.
---
Diffs of the changes: (+1 -7)
Index: llvm/docs/MakefileGuide.html
diff -u llvm/docs/MakefileGuide.html:1.13 llvm/docs/MakefileGuide.html:1.14
--- llvm/docs/MakefileGuide.html:1.13 Sun Nov 21 09:11:37 2004
+++ llvm/docs/MakefileGuide.html Thu Nov 25 14:21:53 2004
@@ -636,12 +636,6 @@
<dd>Specifies the path to the <tt>flex</tt> tool.</dd>
<dt><a name="GCCLD"><tt>GCCLD</tt></a><small>(defaulted)</small></dt>
<dd>Specifies the path to the <tt>gccld</tt> tool.</dd>
- <dt><a name="HAVE_BZIP2"><tt>HAVE_BZIP2</tt></a><small>(configured)</small></dt>
- <dd>This variable is set automatically if the <tt>configure</tt> script
- could find the bzip2 library.</dd>
- <dt><a name="HAVE_ZLIB"><tt>HAVE_ZLIB</tt></a><small>(configured)</small></dt>
- <dd>This variable is set automatically if the <tt>configure</tt> script
- could find the zlib library.</dd>
<dt><a name="INSTALL"><tt>INSTALL</tt></a><small>(configured)</small></dt>
<dd>Specifies the path to the <tt>install</tt> tool.</dd>
<dt><a name="LDFLAGS"><tt>LDFLAGS</tt></a><small>(configured)</small></dt>
@@ -853,7 +847,7 @@
<a href="mailto:rspencer at x10sys.com">Reid Spencer</a><br>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2004/11/21 15:11:37 $
+ Last modified: $Date: 2004/11/25 20:21:53 $
</address>
</body>
More information about the llvm-commits
mailing list