This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: binutils 2.13 and hppa2.0w-*


On Mon, Aug 19, 2002 at 10:07:34AM -0500, Albert Chin wrote:
> bfd/configure.host has:
>   hppa*64*-*-hpux*)       HDEFINES=-DHOST_HPPAHPUX;
>                           host64=true; HOST_64BIT_TYPE=long ;;
>   hppa*-*-hpux*)          HDEFINES=-DHOST_HPPAHPUX ;;
> 
> When building on hppa2.0w-hp-hpux11.11 HOST_64BIT_TYPE is not defined.
> Should we set HOST_64BIT_TYPE="long long" on this system?
> sizeof(long) == 4 and sizeof(long long) == 8 as long as +DD64 is not
> being used.

Only if the bundled cc supports "long long".

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre


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