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: [CT-NG] trivial patch to find lib64 on x86-64 hosts


Arnaud, All,

On Friday 10 September 2010 19:22:17 Arnaud Lacombe wrote:
> On Fri, Sep 10, 2010 at 12:30 PM, Yann E. MORIN
> <yann.morin.1998@anciens.enib.fr> wrote:
> > Thanks for the patch, but I prefer we sync up with how the Linux kernel
> > does it things... I will try to sync this weekend, as time permits...
> Please wait for the next merge window, a patch series you may find
> useful is coming in.

Yes, I've seen.

In fact, I'm afraid that we'll have to sync twice if we want to 1) fix the
lib64 issue ASAP, and 2) profit from the newest stuff.

BTW, do you happen to know what came out of the GSoC on the kconfig parser?
(the very interesting feature being about solving select on symbols whose
depends are not met, eg.:

  config A
    bool "a"
    select B

  config B
    bool "b"
    depends on C || D

  config C
    bool "c"

  config D
    bool "d"

Here, if C and D both are 'n', and we say 'y' to A, then we have a problem
because B needs either C or D...)

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'



--
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]