diff mbox series

PR target/85596 Add --with-multilib-list doc for aarch64

Message ID CAKdteOZq0-yy8u33vsP_1mYoK0Z6N30on4Yt4bza7wh57XBL=Q@mail.gmail.com
State Accepted
Commit 8b0cb6e18889731340baaf20a31ff9e08e05c71e
Headers show
Series PR target/85596 Add --with-multilib-list doc for aarch64 | expand

Commit Message

Christophe Lyon Jan. 7, 2019, 3:07 p.m. UTC
Hi,

This small patch adds a short description of --with-multilib-list for aarch64.
OK?

Thanks,

Christophe
2019-01-07  Christophe Lyon  <christophe.lyon@linaro.org>

	PR target/85596
	* doc/install.texi (with-multilib-list): Document for aarch64.

Comments

Christophe Lyon Jan. 17, 2019, 2:42 p.m. UTC | #1
Ping? I think that kind of patch is OK for stage4?

On Mon, 7 Jan 2019 at 16:07, Christophe Lyon <christophe.lyon@linaro.org> wrote:
>

> Hi,

>

> This small patch adds a short description of --with-multilib-list for aarch64.

> OK?

>

> Thanks,

>

> Christophe
James Greenhalgh Jan. 17, 2019, 10:59 p.m. UTC | #2
On Mon, Jan 07, 2019 at 09:07:35AM -0600, Christophe Lyon wrote:
> Hi,

> 

> This small patch adds a short description of --with-multilib-list for aarch64.

> OK?


OK.

Thanks,
James

> 

> Thanks,

> 

> Christophe


> 2019-01-07  Christophe Lyon  <christophe.lyon@linaro.org>

> 

> 	PR target/85596

> 	* doc/install.texi (with-multilib-list): Document for aarch64.

>
Gerald Pfeifer Jan. 19, 2019, 11:40 p.m. UTC | #3
On Thu, 17 Jan 2019, Christophe Lyon wrote:
> Ping? I think that kind of patch is OK for stage4?


Yes, documentation patches are (essentially) always okay.

Gerald
diff mbox series

Patch

diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index 5cf007b..d2bf21d 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -1073,10 +1073,19 @@  sysv, aix.
 @itemx --without-multilib-list
 Specify what multilibs to build.  @var{list} is a comma separated list of
 values, possibly consisting of a single value.  Currently only implemented
-for arm*-*-*, riscv*-*-*, sh*-*-* and x86-64-*-linux*.  The accepted
-values and meaning for each target is given below.
+for aarch64*-*-*, arm*-*-*, riscv*-*-*, sh*-*-* and x86-64-*-linux*.  The
+accepted values and meaning for each target is given below.
 
 @table @code
+@item aarch64*-*-*
+@var{list} is a comma separated list of @code{ilp32}, and @code{lp64}
+to enable ILP32 and LP64 run-time libraries, respectively.  If
+@var{list} is empty, then there will be no multilibs and only the
+default run-time library will be built.  If @var{list} is
+@code{default} or --with-multilib-list= is not specified, then the
+default set of libraries is selected based on the value of
+@option{--target}.
+
 @item arm*-*-*
 @var{list} is a comma separated list of @code{aprofile} and
 @code{rmprofile} to build multilibs for A or R and M architecture