install.texi (--enable-offload-targets): Fix up a typo in the example, use actual...
authorJakub Jelinek <jakub@redhat.com>
Tue, 29 Oct 2019 07:50:37 +0000 (08:50 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 29 Oct 2019 07:50:37 +0000 (08:50 +0100)
* doc/install.texi (--enable-offload-targets): Fix up a typo in the
example, use actual names of supported offload targets.

From-SVN: r277552

gcc/ChangeLog
gcc/doc/install.texi

index a116348..b61be7c 100644 (file)
@@ -1,5 +1,8 @@
 2019-10-29  Jakub Jelinek  <jakub@redhat.com>
 
+       * doc/install.texi (--enable-offload-targets): Fix up a typo in the
+       example, use actual names of supported offload targets.
+
        PR target/92258
        * config/i386/sse.md (iptr): Revert 2019-10-27 change.
 
index 6c31789..563de70 100644 (file)
@@ -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