sparc build broken...

David Miller davem@davemloft.net
Thu Oct 25 20:40:00 GMT 2012


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?



More information about the Libc-alpha mailing list