On Sun, Sep 19, 2010 at 12:58:51PM -0500, Dale Rahn wrote: > On Sun, Sep 19, 2010 at 09:37:59PM +0900, Hitoshi NAKAMORI wrote: > > HI all, > > I run "make obj" and try to make cross-tools again. > > > > looks a variable errors are caused same factor. > > every target failed in generating _muldi3.o from libgcc2.c. > > > > for example, in sparc64 target, last command which cause error occured > > is follow. > > > [snip]
I have posted a diff to fix most of the gcc4 cross compile issues on tech@ There is one remaining problem for i386 host, amd64 target that remains /usr/src/gnu/usr.bin/cc/libgcc/../../../gcc/gcc/libgcc2.h:153: error: no data ty pe for mode 'TI' /usr/src/gnu/usr.bin/cc/libgcc/../../../gcc/gcc/libgcc2.h:154: error: no data ty pe for mode 'TI' If anyone wants to look into that specific problem, feel free. But that diff should get most cross builds working succesfully. Dale Rahn dr...@dalerahn.com