arm: fix v[78]-r multilibs when configured with --with-multlib-list=aprofile
commit8d106dd51fac1a524ede3019769c214668021350
authorRichard Earnshaw <rearnsha@arm.com>
Mon, 9 Dec 2019 13:51:50 +0000 (9 13:51 +0000)
committerRichard Earnshaw <rearnsha@gcc.gnu.org>
Mon, 9 Dec 2019 13:51:50 +0000 (9 13:51 +0000)
tree2aea713c4a4ef4ee62bff134687b89f6279d9624
parent35041ed9de657b3b4d5c832a3b078e9026d615fe
arm: fix v[78]-r multilibs when configured with --with-multlib-list=aprofile

When gcc for Arm is configured with --with-multilib-list=aprofile a
misplaced endif directive in the makefile was causing the arm->thumb
mapping for multilibs to be omitted from the reuse rules.  This
resulted in the default multilib being picked rather than the thumb2
opimized version.

* config/arm/t-multilib: Use arm->thumb multilib reuse rules
on a-profile.

From-SVN: r279128
gcc/ChangeLog
gcc/config/arm/t-multilib