From: jakub Date: Tue, 29 Oct 2019 07:50:37 +0000 (+0000) Subject: * doc/install.texi (--enable-offload-targets): Fix up a typo in the X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=829e96859d5cf05582a32b0b389dd5fe365aed8c;p=thirdparty%2Fgcc.git * doc/install.texi (--enable-offload-targets): Fix up a typo in the example, use actual names of supported offload targets. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@277552 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a116348939c5..b61be7ce0748 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 6c3178981d0d..563de705881f 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