From: Jakub Jelinek Date: Fri, 8 Nov 2019 18:54:39 +0000 (+0100) Subject: backport: install.texi (--enable-offload-targets): Fix up a typo in the example,... X-Git-Tag: releases/gcc-9.3.0~412 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=357a65e1ce91c160e756c2c6a8f8edae3091d6ae;p=thirdparty%2Fgcc.git backport: install.texi (--enable-offload-targets): Fix up a typo in the example, use actual names of supported offload targets. Backported from mainline 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. From-SVN: r277984 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4884798603ed..d1569d5f88f8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,11 @@ +2019-11-08 Jakub Jelinek + + Backported from mainline + 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. + 2019-11-08 Eric Botcazou PR target/92095 diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 911875f9578f..78a59e6b21c1 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -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