public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Christophe Lyon <christophe.lyon@linaro.org>
To: gcc Patches <gcc-patches@gcc.gnu.org>
Subject: [PATCH] PR target/85596 Add --with-multilib-list doc for aarch64
Date: Mon, 07 Jan 2019 15:07:00 -0000	[thread overview]
Message-ID: <CAKdteOZq0-yy8u33vsP_1mYoK0Z6N30on4Yt4bza7wh57XBL=Q@mail.gmail.com> (raw)

[-- 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

             reply	other threads:[~2019-01-07 15:07 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-07 15:07 Christophe Lyon [this message]
2019-01-17 14:43 ` Christophe Lyon
2019-01-19 23:40   ` Gerald Pfeifer
2019-01-17 23:00 ` James Greenhalgh

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAKdteOZq0-yy8u33vsP_1mYoK0Z6N30on4Yt4bza7wh57XBL=Q@mail.gmail.com' \
    --to=christophe.lyon@linaro.org \
    --cc=gcc-patches@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).