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"


Greetings --

On Wed, Sep 29, 2010 at 9:50 AM, Yann E. MORIN
<yann.morin.1998@anciens.enib.fr> wrote:
> On Wednesday 29 September 2010 16:51:27 Mike Frysinger wrote:
>> 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
>
> Yes indeed, it would be the thing to do. And that's what the script was doing
> in the first place.
>
> But it was not working on some *BSD systems (MacOS-X IIRC), so there was a
> patch that was sent which was reportedly working on MacOS-X and was also
> working on my machine. As there was no comment on the list saying it was
> bad, I applied it.
>
> Now, I'm all in favour of reverting that patch, and better yet, resync with
> the kernel's script. But that will break MacOS-X again. Then, we will have
> to wait for someone with MacOS-X to come in whining, and then we'll be able
> to properly fix it.

I'd be happy to test a particular config or two on OS X.  I don't have
the time to do mulitple configs (as I had to on Fedora), but if you
tell me which commit to check out, and which config to use, I can
certainly give it a shot.

Here's my OSX environment:

  tonys-macbook-pro:~ tony$ which gcc
  /usr/bin/gcc
  tonys-macbook-pro:~ tony$ gcc --version
  i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5646)
  Copyright (C) 2007 Free Software Foundation, Inc.
  This is free software; see the source for copying conditions.  There is NO
  warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

  tonys-macbook-pro:~ tony$ uname -a
  Darwin tonys-macbook-pro.local 10.4.0 Darwin Kernel Version 10.4.0:
Fri Apr 23 18:28:53 PDT 2010; root:xnu-1504.7.4~1/RELEASE_I386 i386
  tonys-macbook-pro:~ tony$

Which corresponds to OSX 10.6.4 (build 10F569) and XTools 3.2 (build
1610), on a Core 2 Duo.

Thanks,
Tony

--
For unsubscribe information see http://sourceware.org/lists.html#faq


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