From a2e862d43984b32a4fd222756a00766e34f1df40 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Tue, 29 Oct 2019 08:50:37 +0100 Subject: [PATCH] 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 --- gcc/ChangeLog | 3 +++ gcc/doc/install.texi | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a116348939c..b61be7ce074 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,8 @@ 2019-10-29 Jakub Jelinek + * 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. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 6c3178981d0..563de705881 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 -- 2.30.2