Multilibs - how to avoid building the default one twice

Zack Weinberg zack@codesourcery.com
Mon Feb 23 23:18:00 GMT 2004


Phil Edwards <phil@codesourcery.com> writes:

> On Mon, Feb 23, 2004 at 01:32:47PM -0800, Zack Weinberg wrote:
>> 
>> The ia64-hpux target builds 32- and 64-bit multilibs.  These
>> correspond to the -milp32 and -mlp64 command line switches, and so
>> there is
>> 
>> MULTILIB_OPTIONS = milp32/mlp64
>
> Maybe this should just be
>
>     MULTILIB_OPTIONS = mlp64
>
> instead?

That might work, yeah.  There is the additional detail that I think
the default library isn't supposed to be installed into $prefix/lib
but $prefix/lib/hpux32, but if so we are already getting this wrong.

zw



More information about the Gcc mailing list