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: build failure when host gnu/lib-names.h does not define LIBGCC_S_SO


You don't need to reproduce a build failure to see the problem.  If you do
a clean make with -j1 you will see a bunch of things getting compiled
before gnu/lib-names.h is generated.  That's what I did to verify that
there is a problem.  From there, it was pretty easy to discover that the
gnu/lib-names.h bits in Makeconfig (including appending to before-compile)
come after where before-compile is used in rules, so the additions have no
effect.  It should be as simple as moving that chunk up to earlier.


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