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.