On 12/06/11 18:37, Ian Lance Taylor wrote:
Lawrence Crowl<cr...@google.com> writes:It appears that "cd gcc; make" now fails to build crtbegin.o. An additional "make all-install" seems to be needed. Was this change intentional?It moved to libgcc. Look in TARGET/libgcc in your build directory.
The problem here is that a 'make clean' in <bld>/gcc is removing it, so if it's not going to be re-built by 'make all' inside <bld>/gcc, then it should certainly not be removed by 'make clean'.
Diego.