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: [PATCH] libstdc++: Option to not include stdio in terminate


Dave Korn wrote:
> Michael Eager wrote:
> 
>>     * config.h.in[_GLIBCXX_NO_VERBOSE_TERMINATE]: Define.
> 
>   There's a problem with this: config.h.in is autogenerated by autoheader
> (check the first line), based solely on which autoconf tests it discovers in
> configure.ac.  You can't manually add definitions there or they will disappear
> next time someone regenerates it.

  Hit send a bit soon there.  As I was about to say, ... So you can omit that
hunk as well.  Defining it in whichever target-specific cpu_defines.h files
require the setting is all that's needed.

    cheers,
      DaveK


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