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: libstdc++ failure on darwin


In article <3CEB9BD1.9000709@pop.agri.ch> Andreas Tobler wrote:

> The funny thing is, if I step down to the libstdc++-v3 (objdir) 
> directory and type make, the compilation succeeds. It fails only when I 
> do it from the  top build dir.

FYI, not funny.  -O0 is used when make is run in libstdc++-v3.  -O2 is
used when built as part of bootstrap process.  This feature is suppose
to aid debugging.

Regards,
Loren


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