This is the mail archive of the gcc-help@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: hpux: howto force use of pa2.0?


  In message <39E2FA79.7076178B@lufmech.rwth-aachen.de>you write:
  > Hi!
  > 
  > Even though I configured for hppa2.0w-hp-hpux11.00,
  > g++ calls collect2 with paths to /lib/pa1.1 instead of /lib/pa20_64
  > 
  > # g++ -v [...]
  > 
  > /work/markus/opt/egcs-test/lib/gcc-lib/hppa2.0w-hp-hpux11.00/2.97/collect2
  > 
  > -L/lib/pa1.1 -L/usr/lib/pa1.1 [...]
  > 
  > 
  > Is this correct? How can I force the use of pa2.0 64 bit whenever it is
  > possible?
If you want to use PA64, then you need to configure with hppa64-hp-hpux11.00

jeff


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