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]

Successful build of egcs 1.1.2 on AIX 4.3.2.0



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:

powerpc-ibm-aix4.3.2.0
	A CHRP PowerPC based IBM RS/6000 43P Workstation

rs6000-ibm-aix4.3.2.0
	A Power2 based IBM RS/6000 J30 Server

Regards,
	Antony,


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