[arm] Rework multlib builds for symbianelf
authorRichard Earnshaw <rearnsha@arm.com>
Fri, 16 Jun 2017 21:06:07 +0000 (21:06 +0000)
committerRichard Earnshaw <rearnsha@gcc.gnu.org>
Fri, 16 Jun 2017 21:06:07 +0000 (21:06 +0000)
commite61a3cdd259de13884da900ecb5440a9cc466665
tree8a5b75877fe8f2163e010484450432659ccba2f3
parent99d6bcf7ae8980e04dabe8b86df9c70ad04dc5ba
[arm] Rework multlib builds for symbianelf

Symbianelf used to build multilib for armv5t with softfp, but that
architecture doesn't really support floating point instructions.  This
patch reworks the multilib configuration to use armv5te as the base
when building for floating point.

I'm not sure just how useful the symbian port is these days, so this
has only been very lightly tested (checks that libgcc builds for all
multilib variants).  Perhaps we should consider deprecating this
config?

* config/arm/t-symbian: Rewrite for new option infrastructure.

From-SVN: r249304
gcc/ChangeLog
gcc/config/arm/t-symbian