I want to compile GCC and binutils which would produce 64bit executables. From GNU documents I've found out that it must look like ia64-*-hpux*.
For ia64-hp-hpux11*, the default output type is 32bit:
% file ./a.out
./a.out: ELF-32 executable object file - IA64
That is what I have:
% uname -s -r -v -m
HP-UX B.11.31 U ia64
So what woluld be 64bit target triplet for ia64-hpux