build-many-glibcs.py: Add openrisc hard float glibc variant
[glibc.git] / sysdeps / unix / sysv / linux / arm / shlib-versions
blob9b169530d4ea9dffabedcb4f5bb58aa6039c2ebe
1 DEFAULT                 GLIBC_2.4
3 %ifdef HAVE_ARM_PCS_VFP
4 # The EABI-derived hard-float ABI uses a new dynamic linker.
5 ld=ld-linux-armhf.so.3
6 %else
7 # The EABI-derived soft-float ABI continues to use ld-linux.so.3.
8 ld=ld-linux.so.3
9 %endif