* William Pence ([EMAIL PROTECTED]) [061113 12:08]:
> Note one additional change is necessary in the diffs shown below in the ARM 
> case:  if BYTESWAPPED is TRUE, then MACHINE should not be defined. (In 
> particular, it should not be defined as NATIVE).  If BTYPESWAPPED is FALSE, 
> then it would not hurt to also define MACHINE == NATIVE, but this is not 
> critical.

Currently, on arm, these definitions are used:
#undef MACHINE
#define BYTESWAPPED TRUE

However, having MACHINE undefined for arm breaks the compilation of putcold.c
at:
    if (scale == 1. && zero == 0. &&
       MACHINE == NATIVE && tcode == TDOUBLE)
    {

To what should I set MACHINE?


Cheers,
Andi
-- 
  http://home.arcor.de/andreas-barth/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to