This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


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: RFC: Generate lib-names.h and stubs.h from ABI-LIST


On Thu, 24 May 2012, H.J. Lu wrote:

> > Anyway, that information should not be repeated in makefiles. ?It's
> > already in shlib-versions and everything should just get it from
> > there. ?The makefiles can give for each ABI the tuple to match in
> > shlib-versions, akin to the ABI entries in shlib-versions.
> 
> The problem is x86-64 build won't see sysdeps/x86_64/x32/shlib-versions
> and x32 build won't see sysdeps/x86_64/64/shlib-versions.  i386 build
> won't see neither.  How does it work?

Put them all in sysdeps/x86/shlib-versions, where sysdeps/x86 is a new 
directory shared by all three ABIs (we know we want such directories 
anyway to get them all using the same installed headers).

-- 
Joseph S. Myers
joseph@codesourcery.com

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