[arm] reset all multilib variables
authorRichard Earnshaw <rearnsha@arm.com>
Fri, 16 Jun 2017 21:06:01 +0000 (21:06 +0000)
committerRichard Earnshaw <rearnsha@gcc.gnu.org>
Fri, 16 Jun 2017 21:06:01 +0000 (21:06 +0000)
commit99d6bcf7ae8980e04dabe8b86df9c70ad04dc5ba
tree4049478073686582ab36ebefcf7271997eeb4a85
parente16743376816780960a4dc7aee7a973c6ac0a64c
[arm] reset all multilib variables

NB.  This configuration does not build in GCC-7 and doesn't build now either.

This patch resets a couple of multlib variables which previously were
not cleared.

It almost certainly needs further work to make it use the new option
framework correctly, but since the library configurations are already
clearly wrong, it's not clear what the changes need to be.  In
particular it tries to build a hard-float library for ARM7TDMI in both
ARM and thumb modes, but ARMv4t does not support any floating-point
instructions; furthermore, GCC has never supported a hard-float thumb1
library.

* config/arm/t-phoenix (MULTILIB_REUSE): Clear variable.
(MULTILIB_REQUIRED): Likewise.

From-SVN: r249303
gcc/ChangeLog
gcc/config/arm/t-phoenix