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:
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.

OK, thanks.


--
Michael Eager	 eager@eagercon.com
1960 Park Blvd., Palo Alto, CA 94306  650-325-8077


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