http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45888
--- Comment #29 from Anh Vo <anhvofrcaus at gmail dot com> 2010-12-07 17:13:08 UTC --- (In reply to comment #28) > (In reply to comment #27) > > No, the build still failed the same way. In fact, when issuing command 'file > > gcc/tm.texi' on the build directory, gcc/tm.texi: ASCII English text, with > > very > > long lines is outputed. > Did your Makefile actually get regenerated? > The idea is that gcc/tm.texi is no longer compared against > $(srcdir))/doc/tm.texi, > but against gcc/tmp3-tm.texi, which should have the same line endings as > gcc/tm.texi . gcc/tm.texi and gcc/tmp3-tm.texi did not have same same line ending. In fact, gcc/tm.texi contains 'ASCII English text, with very long lines' while gcc/tmp3-tm.texi has 'ASCII English text' only when examined with 'file' command. In addition, gcc/tm.texi is slightly larger in size (507 KB) than gcc/tmp3-tm.texi (493 KB).