arm: Fix armv7 selection after 'Split BE/LE abilist'

It adds the missing Implies for armv7, armv6, armv6t2 after the
commit 1673ba87fe.  Without the Implies a build with the
compiler targeting the aforementioned architecture does not select
the arch-specific optimization including the ifunc selectors.

I checked with a build against armv5, armv6, armv6t2, armv7, and
armv7-neon for both LE and BE.  For armv6 and armv7 I also checked
that both sysdeps selection and the resulting implementation built
is the expected ones.
This commit is contained in:
Adhemerval Zanella 2019-11-25 13:34:44 -03:00
parent b370c5f014
commit d9202f1883
5 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1 @@
arm/armv7/multiarch

View File

@ -0,0 +1 @@
arm/armv6

View File

@ -0,0 +1 @@
arm/armv6t2

View File

@ -0,0 +1 @@
arm/armv7

View File

@ -0,0 +1 @@
arm/armv7/multiarch