This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: egcs-1.1.2-pre make bootstrap - compare fails



  In message <199902261502.KAA20352@hiauly1.hia.nrc.ca>you write:
  > Under hpux9.01, the following bootstrap comparison error occurs:
  > 
  > ...
  > Bootstrap comparison failure!
  > objc/linking.o differs
  > make[1]: *** [compare] Error 1
  > make[1]: Leaving directory `/xxx/gnu/egcs-1.1.2-pre2/objdir/gcc'
  > make: *** [bootstrap] Error 2
  > 
  > CFLAGS for the build were "-g -O3".
Already fixed in the release branch.  It's a side effect of bootstrapping
with -O3 -- an unexpected file gets "infected" with file initializer, which
we purposefully try to make have a unique name.

jeff


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]