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


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.

    cheers,
      DaveK


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