[Bug build/26290] stubs-hard.h not installed when building for RPi
john.frankish at outlook dot com
sourceware-bugzilla@sourceware.org
Thu Jul 23 12:22:21 GMT 2020
https://sourceware.org/bugzilla/show_bug.cgi?id=26290
--- Comment #2 from john.frankish at outlook dot com ---
When compiling openssh-8.3p1 the ./configure gcc sanity check fails with:
configure:2931: gcc -march=armv6zk -mtune=arm1176jzf-s -mfpu=vfp -Os -pipe -o
conftest conftest.c >&5
In file included from /usr/include/features.h:489,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdio.h:27,
from conftest.c:9:
/usr/include/gnu/stubs.h:10:11: fatal error: gnu/stubs-hard.h: No such file or
directory
10 | # include <gnu/stubs-hard.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
/usr/include/gnu/stubs.h contains:
#if !defined __ARM_PCS_VFP
# include <gnu/stubs-soft.h>
#endif
#if defined __ARM_PCS_VFP
# include <gnu/stubs-hard.h>
#endif
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Glibc-bugs
mailing list