aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2019-10-29 08:50:37 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2019-10-29 08:50:37 +0100
commita2e862d43984b32a4fd222756a00766e34f1df40 (patch)
tree63b9804eecee3a6dbbcd11559736acfb27d3ed73 /gcc/doc
parentdbb574191a4480ba0d12c9812c2b9d7b5d9d2803 (diff)
downloadgcc-a2e862d43984b32a4fd222756a00766e34f1df40.zip
gcc-a2e862d43984b32a4fd222756a00766e34f1df40.tar.gz
gcc-a2e862d43984b32a4fd222756a00766e34f1df40.tar.bz2
install.texi (--enable-offload-targets): Fix up a typo in the example, use actual names of supported offload targets.
* doc/install.texi (--enable-offload-targets): Fix up a typo in the example, use actual names of supported offload targets. From-SVN: r277552
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/install.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index 6c31789..563de70 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -2158,7 +2158,7 @@ specifying paths @var{path1}, @dots{}, @var{pathN}.
@smallexample
% @var{srcdir}/configure \
- --enable-offload-target=i686-unknown-linux-gnu=/path/to/i686/compiler,x86_64-pc-linux-gnu
+ --enable-offload-targets=x86_64-intelmicemul-linux-gnu=/path/to/x86_64/compiler,nvptx-none,hsa
@end smallexample
If @samp{hsa} is specified as one of the targets, the compiler will be