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

ramana@gcc.gnu.org ramana@gcc.gnu.org
Fri Mar 28 13:43:00 GMT 2014


Author: ramana
Date: Fri Mar 28 13:43:21 2014
New Revision: 208896

URL: http://gcc.gnu.org/viewcvs?rev=208896&root=gcc&view=rev
Log:
Fix A12 multilib rule.


This affects only arm-none-eabi targets and those using t-aprofile in
their multilib lists. The problem here is that when the A12 support
was added, we mistakenly added this to the MULTILIB_MATCHES rule for
the A15 rather than putting out a separate line for this.

Fixed thusly and verified that the correct multilibs are now chosen.


     * config/arm/t-aprofile (MULTILIB_MATCHES): Correct A12 rule.


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



More information about the Gcc-cvs mailing list