On Mon, Nov 17, 2008 at 01:58:44PM -0600, Brett Neumeier wrote: >On Mon, Nov 17, 2008 at 1:41 PM, Brett Neumeier <[EMAIL PROTECTED]> wrote: >> I am building a cross-toolchain targeting mipsel-unknown-linux-uclibc, >> using GCC 4.3.2, binutils 2.19, linux kernel 2.6.27.6, uclibc 0.9.30. >> >> I had to patch libpthread/linuxthreads.old/sysdeps/mips/pt-machine.h >> to get it to build (basically, removing the static definition of >> _test_and_set from that file and using the one from sys/tas.h), but >> that was relatively straightforward. >> >> now when I make install, I get this: > >Oops! OK. It turns out that "make install" must now be given the same >"CROSS=" parameter as the "make" command. That wasn't the case in >0.9.29...
yes. Alternatively you can set i in your .config via CROSS_COMPILER_PREFIX _______________________________________________ uClibc mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/uclibc
