[Bug libc/26290] stubs-hard.h not installed when building for RPi
schwab@linux-m68k.org
sourceware-bugzilla@sourceware.org
Thu Jul 23 12:58:26 GMT 2020
https://sourceware.org/bugzilla/show_bug.cgi?id=26290
--- Comment #5 from Andreas Schwab <schwab@linux-m68k.org> ---
See sysdeps/arm/configure.ac:
if test $libc_cv_arm_pcs_vfp = yes; then
AC_DEFINE(HAVE_ARM_PCS_VFP)
LIBC_CONFIG_VAR([default-abi], [hard])
else
LIBC_CONFIG_VAR([default-abi], [soft])
fi
and sysdeps/unix/sysv/linux/arm/Makefile:
abi-variants := soft hard
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Glibc-bugs
mailing list