07/07/08 04:15:56 gcziTcke
>>350
訂正、glibc-2.3.6から2.3.90にかけて、armがportsに移動していたとは知らなんだ。
myarm@OpenZaurus$
../glibc-2.3.90/configure --prefix=/usr/ --disable-profile
--enable-add-ons --enable-kernel=2.6.0 --without-selinux --host=arm-linux --build=arm-linux
checking build system type... arm-unknown-linux-gnu
checking host system type... arm-unknown-linux-gnu
running configure fragment for add-on libidn
running configure fragment for add-on linuxthreads
linuxthreads disabled because nptl add-on is also in use
running configure fragment for add-on nptl
checking sysdep dirs... sysdeps/arm/elf nptl/sysdeps/unix/sysv/linux
nptl/sysdeps/pthread sysdeps/pthread sysdeps/unix/sysv/linux
sysdeps/gnu sysdeps/unix/common sysdeps/unix/mman sysdeps/unix/inet
nptl/sysdeps/unix/sysv sysdeps/unix/sysv libidn/sysdeps/unix
nptl/sysdeps/unix sysdeps/unix sysdeps/posix sysdeps/arm/fpu
sysdeps/arm/nptl sysdeps/arm sysdeps/wordsize-32 sysdeps/ieee754/flt-32
sysdeps/ieee754/dbl-64 nptl/sysdeps/generic sysdeps/ieee754 sysdeps/generic/elf sysdeps/generic
----------------
checking size of long double... 8
running configure fragment for sysdeps/arm/elf
checking for ARM TLS support... no
running configure fragment for nptl/sysdeps/pthread
configure: error: compiler support for __thread is required
myarm@OpenZaurus$
glibcにはソースがあるが、gccにサポートさせていないのだろう。
/lib/libpthread-0.10.soがあることからも、OpenZaurus-3.5.4.xでは
NPTLは使ってないと思われ。最新はできてるかも。
URLリンク(sourceware.org)