r249304 - in /trunk/gcc: ChangeLog config/arm/t...

rearnsha@gcc.gnu.org rearnsha@gcc.gnu.org
Fri Jun 16 21:06:00 GMT 2017


Author: rearnsha
Date: Fri Jun 16 21:06:07 2017
New Revision: 249304

URL: https://gcc.gnu.org/viewcvs?rev=249304&root=gcc&view=rev
Log:
[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.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/arm/t-symbian



More information about the Gcc-cvs mailing list