autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: default $(libdir) and bi-arch systems


From: Paolo Bonzini
Subject: Re: default $(libdir) and bi-arch systems
Date: Wed, 10 Sep 2008 13:18:49 +0200
User-agent: Thunderbird 2.0.0.16 (Macintosh/20080707)

> Some care needs to be taken, though, because the gcc compiler on MacOS X 10.5
> (which produces 32-bit code by default) is configured like this:
> 
> $ gcc -print-multi-os-directory
> .
> $ gcc -print-multi-os-directory -m64
> x86_64
> $ gcc -print-multi-os-directory -m32
> .
> $ gcc -print-multi-directory
> .
> $ gcc -print-multi-directory -m64
> x86_64
> $ gcc -print-multi-directory -m32
> .

What's wrong with that?  (It's not a problem if the multilib directory
is the same as the OS multilib directory, and my snippet does take care
of ".").

Paolo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]