On Thu, Jan 12, 2006 at 10:18:03AM +0000, Alex Gonzalez wrote: > Hi, > > What is the correct way of cross-compiling a non-pic static glibc? You can't. MIPS/Linux userspace toolchains only support PIC out of the box; if you want to mess around with non-PIC toolchains expect to have to hack glibc (and possibly other places). In this case it looks like GCC's CRT files are PIC. -- Daniel Jacobowitz CodeSourcery