This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: hpux: howto force use of pa2.0?
- To: Markus Werle <markus at lufmech dot rwth-aachen dot de>
- Subject: Re: hpux: howto force use of pa2.0?
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Tue, 10 Oct 2000 11:25:14 -0600
- cc: gcc-help at gcc dot gnu dot org
- Reply-To: law at cygnus dot com
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