[ARM] Allow combination of aprofile and rmprofile multilibs
authorThomas Preud'homme <thomas.preudhomme@arm.com>
Fri, 5 May 2017 16:50:40 +0000 (16:50 +0000)
committerThomas Preud'homme <thopre01@gcc.gnu.org>
Fri, 5 May 2017 16:50:40 +0000 (16:50 +0000)
commit2f738ca53b64a4cde021f3274946b9426ee4fea5
tree7bb1fcd07064c4f2cc226ff6a79b00fbca38e6ec
parent77fa3ec1b25e4f66ea87b3049c91c7249c1ec92c
[ARM] Allow combination of aprofile and rmprofile multilibs

2017-05-05  Thomas Preud'homme  <thomas.preudhomme@arm.com>

    gcc/
    * config.gcc: Allow combinations of aprofile and rmprofile values for
    --with-multilib-list.
    * config/arm/t-multilib: New file.
    * config/arm/t-aprofile: Remove initialization of MULTILIB_*
    variables.  Remove setting of ISA and floating-point ABI in
    MULTILIB_OPTIONS and MULTILIB_DIRNAMES.  Set architecture and FPU in
    MULTI_ARCH_OPTS_A and MULTI_ARCH_DIRS_A rather than MULTILIB_OPTIONS
    and MULTILIB_DIRNAMES respectively.  Add comment to introduce all
    matches.  Add architecture matches for marvel-pj4 and generic-armv7-a
    CPU options.
    * config/arm/t-rmprofile: Likewise except for the matches changes.
    * doc/install.texi (--with-multilib-list): Document the combination of
    aprofile and rmprofile values and warn about pitfalls in doing that.

From-SVN: r247646
gcc/ChangeLog
gcc/config.gcc
gcc/config/arm/t-aprofile
gcc/config/arm/t-multilib [new file with mode: 0644]
gcc/config/arm/t-rmprofile
gcc/doc/install.texi