Hi Tim, On Sun, Mar 8, 2009 at 10:47 PM, Tim Erwin <[email protected]> wrote: > If I emerge-armv4tl-softfloat-linux-gnueabi -uvDN system this pulls in glibc > will this cause problems?
Yes, you should avoid cross-emerging glibc to your 'sysroot', or /usr/arm-softfloat-linux-gnueabi, if at all possible. On a related note, if you're using that toolchain for the FR, then you can squeeze out a few bytes of space, and squeeze in a few cycles of performance if you set CFLAGS="-O2 -mcpu=arm920t -fomit-frame-pointer -pipe" ... you'll loose the frame pointer for debugging purposes, but compiling specifically for the arm920t core will certainly improve overall performance and decrease binary size. C
