mirror of git://sourceware.org/git/glibc.git
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:
parent
b370c5f014
commit
d9202f1883
|
@ -0,0 +1 @@
|
|||
arm/armv7/multiarch
|
|
@ -0,0 +1 @@
|
|||
arm/armv6
|
|
@ -0,0 +1 @@
|
|||
arm/armv6t2
|
|
@ -0,0 +1 @@
|
|||
arm/armv7
|
|
@ -0,0 +1 @@
|
|||
arm/armv7/multiarch
|
Loading…
Reference in New Issue