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: Problem building for rs6000


At 12:02 2001-01-17, Richard Kenner wrote:
>I specified target=rs6000-ibm-aix to build a fairly generic RS6000 compiler to
>look at the combine problem and the built blew up with an undefined
>DEFAULT_ABI in function.c.

It seems the rs6000-ibm-aix* entry in config.gcc didn't get updated and 
used for a _long_ time and misses the tm_file stuff. Try rs6000-ibm-aix4.3 
instead, maybe setting tm_file="$tm_file rs6000/aix.h" in config.gcc is 
enough too.

Franz.


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