OZ 삽질의 흔적....
참고로 gcc는 4.1.2, glibc는 2.3.5.였다... gcc는 됐으나 glibc에서 포기....
gcc bootstrap compiler option
./configure --prefix=/mnt/compile/zaurus/usr --libexecdir=/mnt/compile/zaurus/usr/lib --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --target=armv5te-iwmmxt-linux --enable-languages=c --disable-shared --enable-static --disable-threads --without-headers --without-libs --disable-nls --without-mpfr --without-gmp --disable-libmudflap --disable-libiberty --disable-libssp --disable-libada --disable-libffi --disable-libjava --disable-multilib --disable-texinfo --without-fp --with-softfloat-support=internal --with-cpu=xscale
glibc configure option
../glibc-2.3.5/configure --prefix=/mnt/compile/zaurus/usr --build=i686-pc-linux-gnu --host=armv5te-iwmmxt-linux --target=armv5te-iwmmxt-linux -enable-add-ons --without-selinux --disable-profile --disable-debug --without-gd --without-fp --with-cpu=xscale
checking for unistd.h... no
checking for long double... no
checking size of long double... 0
running configure fragment for nptl/sysdeps/unix/sysv/linux
running configure fragment for nptl/sysdeps/pthread
checking for forced unwind support... no
configure: error: forced unwind support is required
여기에서 포기....-.-;