diff options
author | Christophe Lyon <christophe.lyon@linaro.org> | 2019-01-18 09:20:41 +0000 |
---|---|---|
committer | Christophe Lyon <clyon@gcc.gnu.org> | 2019-01-18 10:20:41 +0100 |
commit | 8b0cb6e18889731340baaf20a31ff9e08e05c71e (patch) | |
tree | b8e121e5ee25d37b789454b08f05760ce9c51aa7 /gcc | |
parent | f84c606775447a2c28a26ae234008bdceaedfbf9 (diff) | |
download | gcc-8b0cb6e18889731340baaf20a31ff9e08e05c71e.zip gcc-8b0cb6e18889731340baaf20a31ff9e08e05c71e.tar.gz gcc-8b0cb6e18889731340baaf20a31ff9e08e05c71e.tar.bz2 |
PR target/85596 Add --with-multilib-list doc for aarch64
2019-01-18 Christophe Lyon <christophe.lyon@linaro.org>
PR target/85596
* doc/install.texi (with-multilib-list): Document for aarch64.
From-SVN: r268065
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/install.texi | 13 |
2 files changed, 16 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c24e54d..c68b885 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2019-01-18 Christophe Lyon <christophe.lyon@linaro.org> + + PR target/85596 + * doc/install.texi (with-multilib-list): Document for aarch64. + 2019-01-18 Jakub Jelinek <jakub@redhat.com> PR target/88734 diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index d5e1edb..1ee5c26 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 |