> > > >`/rb.exphome/tools/gcc/obj-i686-pc-linux-gnu/gcc' > > >make[2]: *** [all-stage2-gcc] Error 2 > > >make[2]: Leaving directory `/rb.exphome/tools/gcc/obj-i686-pc-linux-gnu' > > >make[1]: *** [stage2-bubble] Error 2 > > >make[1]: Leaving directory `/rb.exphome/tools/gcc/obj-i686-pc-linux-gnu' > > >make: *** [bootstrap] Error 2 > > > > That's honza's patch - but bootstrap doesn't abort for me at that point. > > Hi, > I've comited the obvious fix. Sorry for that. I wonder why the > bootstrap doesn't fail on all targets?
This only fixes on of the problems, the other one is function_and_variable_visibility needs to return unsigned int and 0. This fixes an ICE building libgcc for spu-elf on powerpc-linux-gnu. Thanks, Andrew Pinski