public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] PR target/85596 Add --with-multilib-list doc for aarch64
@ 2019-01-07 15:07 Christophe Lyon
  2019-01-17 14:43 ` Christophe Lyon
  2019-01-17 23:00 ` James Greenhalgh
  0 siblings, 2 replies; 4+ messages in thread
From: Christophe Lyon @ 2019-01-07 15:07 UTC (permalink / raw)
  To: gcc Patches

[-- Attachment #1: Type: text/plain, Size: 109 bytes --]

Hi,

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

Thanks,

Christophe

[-- Attachment #2: doc-aarch64.chlog.txt --]
[-- Type: text/plain, Size: 141 bytes --]

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

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


[-- Attachment #3: doc-aarch64.patch.txt --]
[-- Type: text/plain, Size: 1208 bytes --]

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-01-19 23:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-07 15:07 [PATCH] PR target/85596 Add --with-multilib-list doc for aarch64 Christophe Lyon
2019-01-17 14:43 ` Christophe Lyon
2019-01-19 23:40   ` Gerald Pfeifer
2019-01-17 23:00 ` James Greenhalgh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).