This is the mail archive of the gcc@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: Successful build of egcs 1.1.2 on AIX 4.3.2.0


  In message <379DE1EA.C45CD4E4@abacus.co.uk>you write:
  > 
  > egcs 1.1.2 built successfully on AIX 4.3.2.0
  > 
  > Only modification: In gcc/config/rs6000/rs6000.h, changed MY_ISCOFF
  > definition to
  > 
  > #define MY_ISCOFF(magic) \
  >   (  (magic) == U803XTOCMAGIC || (magic) == U803TOCMAGIC \
  >   || (magic) == U802TOCMAGIC  || (magic) == U802WRMAGIC  \
  >   || (magic) == U802ROMAGIC )                                  
  > 
  > This enabled it to build successfully on:
gcc-2.95 has equivalent code.  So it should work out of the box.

Thanks for your patch/report.

jeff


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