From 2dedcf570a941e0957e44f823ef4799d52e2f81b Mon Sep 17 00:00:00 2001
From: Reid Spencer
Date: Fri, 22 Apr 2005 17:58:03 +0000
Subject: [PATCH] Document the --enable-targets= feature of the configure
script.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21454 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/GettingStarted.html | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index dbb8dfacaf6..88d34db5ec4 100644
--- a/docs/GettingStarted.html
+++ b/docs/GettingStarted.html
@@ -790,6 +790,16 @@ script to configure the build system:
to explicitly enable it if you want it.
+ --enable-targets=target-option
+ Controls which targets will be built and linked into llc. The default
+ value for target_options 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:
+ alpha, ia64, powerpc, skeleton, sparc, x86.
+
--enable-doxygen
Look for the doxygen program and enable construction of doxygen based
documentation from the source code. This is disabled by default because