summaryrefslogtreecommitdiff
path: root/docs/GettingStarted.rst
diff options
context:
space:
mode:
authorUlrich Weigand <ulrich.weigand@de.ibm.com>2013-05-06 16:22:34 +0000
committerUlrich Weigand <ulrich.weigand@de.ibm.com>2013-05-06 16:22:34 +0000
commit735ab83b3cbe18c97ec9e397c41fa21a7ef639a4 (patch)
tree770b6c385fadf8631f1e51582ee1433b01e61691 /docs/GettingStarted.rst
parent7207285e65730c0ce488ca2ddf86dee27d66e57a (diff)
downloadllvm-735ab83b3cbe18c97ec9e397c41fa21a7ef639a4.tar.gz
llvm-735ab83b3cbe18c97ec9e397c41fa21a7ef639a4.tar.bz2
llvm-735ab83b3cbe18c97ec9e397c41fa21a7ef639a4.tar.xz
[SystemZ] Add configure bits
This patch wires up the SystemZ target in configure, so that it can now be built using --enable-targets=systemz. It is not yet included in the default build (--enable-targets=all); this will be done by a follow-up patch. Patch by Richard Sandiford. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181208 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GettingStarted.rst')
-rw-r--r--docs/GettingStarted.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/GettingStarted.rst b/docs/GettingStarted.rst
index 5a8a2976df..6016b53bfc 100644
--- a/docs/GettingStarted.rst
+++ b/docs/GettingStarted.rst
@@ -759,7 +759,7 @@ The following options can be used to set or enable LLVM specific options:
case. The current set of targets is:
``arm, cpp, hexagon, mblaze, mips, mipsel, msp430, powerpc, ptx, sparc, spu,
- x86, x86_64, xcore``.
+ systemz, x86, x86_64, xcore``.
``--enable-doxygen``