Looking through the latest glibc snapshot they have removed linuxthreads
and moved it to ports. I know Daniel has been working on getting NPTL to
work on MIPS32, which it does. Thank you Daniel. I know from emails I
read around linux-mips.org he was going to work on MIPS64 NPTL, just
curious to the status.
For the record the current glibc snapshot will not build at all under
MIPS64. Here is the error message I have received, still working on
getting it to build properly
In file included from ../sysdeps/mips/libc-tls.c:20:
../sysdeps/generic/libc-tls.c: In function '__libc_setup_tls':
../sysdeps/generic/libc-tls.c:191: warning: implicit declaration of
function 'INTERNAL_SYSCALL_DECL'
../sysdeps/generic/libc-tls.c:191: error: 'err' undeclared (first use in
this function)
../sysdeps/generic/libc-tls.c:191: error: (Each undeclared identifier is
reported only once
../sysdeps/generic/libc-tls.c:191: error: for each function it appears in.)
../sysdeps/generic/libc-tls.c:191: warning: implicit declaration of
function 'INTERNAL_SYSCALL'
../sysdeps/generic/libc-tls.c:191: error: 'set_thread_area' undeclared
(first use in this function)
../sysdeps/generic/libc-tls.c:191: warning: implicit declaration of
function 'INTERNAL_SYSCALL_ERROR_P'
make[2]: *** [/mnt/lfs-mips64/build/glibc-cross-64bit/csu/libc-tls.o]
Error 1
make[2]: Leaving directory `/mnt/lfs-mips64/build/glibc-20050919/csu'
--
----
Jim Gifford
maillist@xxxxxxxxx