With this configure and make command

make: *** [bootstrap] Error 2
[EMAIL PROTECTED] objdir]$ cat ../build-gcc
#!/bin/tcsh
/bin/rm -rf *; ../configure --prefix=/pkgs/gcc-4.2.0 ; make -j 3 bootstrap >&
build.log && (make -k -j 6 check RUNTESTFLAGS="--target_board 'unix{,-m64}'" 
>& check.log ; make mail-report-with-warnings.log)

bootstrap fails with

Comparing stages 2 and 3
Bootstrap comparison failure!
./gcc.o differs


-- 
           Summary: Bootstrap comparison failure
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: lucier at math dot purdue dot edu
 GCC build triplet: powerpc64-unknown-linux-gnu
  GCC host triplet: powerpc64-unknown-linux-gnu
GCC target triplet: powerpc64-unknown-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29684

Reply via email to