From 357a65e1ce91c160e756c2c6a8f8edae3091d6ae Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Fri, 8 Nov 2019 19:54:39 +0100 Subject: [PATCH] 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 --- gcc/ChangeLog | 8 ++++++++ gcc/doc/install.texi | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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 -- 2.47.2