On Wed, 27 Apr 2011, Jakub Jelinek wrote: > You don't need to build cross binutils, all that is needed is > configure the cross and build just cc1, don't mind that the build > fails afterwards and just run it on your testcases by hand to see > what is in the dumps.
FWIW "make all-gcc" doesn't fail these days (with libgcc at toplevel); xgcc and cc1 are built the way you want them, yay. (With reservations for autoconf:ed thingies that can't be tested without an assembler/linker and thus are defaulted.) brgds, H-P