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

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

 



> 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


_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf

[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux