[llvm-commits] CVS: llvm/docs/GettingStarted.html
Reid Spencer
reid at x10sys.com
Fri Apr 22 10:58:14 PDT 2005
Changes in directory llvm/docs:
GettingStarted.html updated: 1.113 -> 1.114
---
Log message:
Document the --enable-targets= feature of the configure script.
---
Diffs of the changes: (+11 -1)
GettingStarted.html | 12 +++++++++++-
1 files changed, 11 insertions(+), 1 deletion(-)
Index: llvm/docs/GettingStarted.html
diff -u llvm/docs/GettingStarted.html:1.113 llvm/docs/GettingStarted.html:1.114
--- llvm/docs/GettingStarted.html:1.113 Sun Feb 13 16:20:49 2005
+++ llvm/docs/GettingStarted.html Fri Apr 22 12:58:03 2005
@@ -790,6 +790,16 @@
to explicitly enable it if you want it.
<p></p>
</dd>
+ <dt><i>--enable-targets=</i><tt>target-option</tt></dt>
+ <dd>Controls which targets will be built and linked into llc. The default
+ value for <tt>target_options</tt> is "all" which builds and links all
+ available targets. The value "host-only" can be specified to build only a
+ native compiler (no cross-compiler targets available). The "native" target is
+ selected as the target of the build host. You can also specify a comma
+ separated list of target names that you want available in llc. The target
+ names use all lower case. The current set is of targets is: <br/>
+ <tt>alpha, ia64, powerpc, skeleton, sparc, x86</tt>.
+ <p></p></dd>
<dt><i>--enable-doxygen</i></dt>
<dd>Look for the doxygen program and enable construction of doxygen based
documentation from the source code. This is disabled by default because
@@ -1504,7 +1514,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: 2005/02/13 22:20:49 $
+ Last modified: $Date: 2005/04/22 17:58:03 $
</address>
</body>
</html>
More information about the llvm-commits
mailing list