]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
backport: install.texi (--enable-offload-targets): Fix up a typo in the example,...
authorJakub Jelinek <jakub@redhat.com>
Fri, 8 Nov 2019 18:54:39 +0000 (19:54 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Fri, 8 Nov 2019 18:54:39 +0000 (19:54 +0100)
Backported from mainline
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.

From-SVN: r277984

gcc/ChangeLog
gcc/doc/install.texi

index 4884798603ed4c3d99f4da6f2580cef5ab0c646f..d1569d5f88f83d9608d78c7ee316d524cc2619e9 100644 (file)
@@ -1,3 +1,11 @@
+2019-11-08  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from mainline
+       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.
+
 2019-11-08  Eric Botcazou  <ebotcazou@adacore.com>
 
        PR target/92095
index 911875f9578fce20dc24746bad5bb3391ffd57b1..78a59e6b21c139e1659fc8785f91c4b793b88fdf 100644 (file)
@@ -2129,7 +2129,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