This is the mail archive of the libc-alpha@sources.redhat.com 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: Problem with *.d


"H . J . Lu" <hjl@lucon.org> writes:

> which is incomplete for elf/unwind-dw2-fde-glibc.d.os. Should we
> generate *.d with -DPIC -DSHARED?

This can be equally wrong in case a file is included only for .o
files.  What would have to be done is to create .d files for all the
different output files (.o, .os, .og, ...) and merge them together.
This is noth necessary 99.9% of the time and is very time consuming,
slowing down compilation even further.  I intend to live with the
problem and just rebuild everything from scratch whenever I cannot
explain something.

-- 
---------------.                          ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------


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