From: clyon Date: Fri, 18 Jan 2019 09:20:41 +0000 (+0000) Subject: PR target/85596 Add --with-multilib-list doc for aarch64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d2ac91430eb42c8f66bc5377dc186144620ab5b;p=thirdparty%2Fgcc.git PR target/85596 Add --with-multilib-list doc for aarch64 2019-01-18 Christophe Lyon PR target/85596 * doc/install.texi (with-multilib-list): Document for aarch64. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@268065 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c24e54d743a8..c68b88513ce5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2019-01-18 Christophe Lyon + + PR target/85596 + * doc/install.texi (with-multilib-list): Document for aarch64. + 2019-01-18 Jakub Jelinek PR target/88734 diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index d5e1edbdb0bf..1ee5c266c18e 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