This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Look for libraries in "lib64" as well as in "lib"


On Wednesday, September 29, 2010 10:37:32 Ralf Corsepius wrote:
> On 09/29/2010 04:32 PM, Anthony Foiani wrote:
> > # HG changeset patch
> > # User Anthony Foiani<anthony.foiani@gmail.com>
> > # Date 1285770476 21600
> > # Node ID 5676bb6d9d7a61a062d0b8bf86c9ddccfcae4f7c
> > # Parent  ff2181adbd28c91a21fa5f230bf92aaa7824dc73
> > Look for libraries in "lib64" as well as in "lib".
> > 
> > On Fedora x86_64 systems, many libraries are in "lib64" directories,
> > not plain old "lib".
> 
> This patch doesn't make sense: lib64 and lib are not supposed to be
> mixed, but to be mutually exclusive.

yes, but the script has a hard time figuring out which the build system should 
be using

a better idea though would be to simply sync up with the code in the linux 
kernel as it already works with multilib systems -- it has dropped the manual 
library search patch
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.


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