This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: [v3] libstdc++/16896


Hello,

* Paolo Carlini wrote on Mon, Feb 08, 2010 at 11:07:03AM CET:
> On 02/08/2010 09:51 AM, Magnus Fromreide wrote:
> > This is all well and good but now building the library fails in limits.h on
> > linux x86-64.
> Nobody is seeing this, see gcc-testresults. The rest of your message, in
> particular the file /src/debug/Makefile, doesn't make any sense to me,
> sorry.

I suppose the error only happens when building in a populated build tree
after updating the sources.  Starting off with a fresh build tree should
be fine, however.  Likewise I guess that just adding 'Makefile' as a
dependency to stamp-debug ought to work for incremental builds (haven't
tested that yet though).

Magnus is right that it would be cleaner to generate src/debug/Makefile
from config.status, but then the other modifications should be done from
there as well.  src/debug/Makefile is generated only if --enable-debug.

Cheers,
Ralf


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