Bernhard Walle wrote:
 * Dave Anderson <anderson(a)redhat.com> [2007-09-26 17:31]:
 
>>>supposed to support ppc64?
>>
>>That doesn't build at all:
>>   817 #error sial: Unkown ABI 
>
>You mean ppc64, right?  I see that there is some s390/s390x
>stuff in that linuxdefs[] array, but AFAICT, those two arches
>should also fall into that same "Unkown ABI" line 817 segment.
 
 
 I mean both ppc64 and s390/x. All three arches fall into that 817
 line. I only fixed IA64 because that seemed quite obvious to me.
 Maybe also some other compiler/binutils combinations (RH/Fedora?)
 provide that ia64 preprocessor definition. I only checked ours.
 
  
Right -- I was wondering about that also.
Luc, you could always use #ifdef IA64, the -D$(TARGET)
that gets passed in to the sial.c build from above.
But that's your call...
Dave
 Thanks,
    Bernhard