This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
sparc build broken...
- From: David Miller <davem at davemloft dot net>
- To: libc-alpha at sourceware dot org
- Cc: roland at hack dot frob dot com
- Date: Thu, 25 Oct 2012 16:40:04 -0400 (EDT)
- Subject: sparc build broken...
It comes from the switch of:
sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
to use __getdirentries instead of getdirentries.
libc.so fails to link:
/home/davem/src/GIT/GLIBC/build-sparcv9/libc_pic.os: In function `__get_clockfreq_via_proc_openprom':
/home/davem/src/GIT/GLIBC/glibc/rt/../sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c:97: undefined reference to `__getdirentries'
Maybe a missing libc_hidden_proto() somewhere?