]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fix A12 multilib rule.
authorRamana Radhakrishnan <ramana.radhakrishnan@arm.com>
Fri, 28 Mar 2014 13:43:21 +0000 (13:43 +0000)
committerRamana Radhakrishnan <ramana@gcc.gnu.org>
Fri, 28 Mar 2014 13:43:21 +0000 (13:43 +0000)
commit7ac84c02185ff347e4cc67541787ed126885202d
treee02eae1364f7b7e3c18cf037cd527cf89d1843c2
parentbd302a183af5190fb504174099a9085c3859bc93
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.

From-SVN: r208896
gcc/ChangeLog
gcc/config/arm/t-aprofile