(main): Improve error message in previous change.

From-SVN: r4346
This commit is contained in:
Richard Stallman 1993-05-06 01:40:29 +00:00
parent 36a9c2e959
commit 2b5ddaab8d

View File

@ -3305,7 +3305,7 @@ You Lose! You must define PREFERRED_DEBUGGING_TYPE!
if (write_symbols == DWARF_DEBUG
&& strcmp (language_string, "GNU C++") == 0)
{
warning ("-g option for g++ on SVR4 systems: -g disabled");
warning ("-g option not supported for C++ on SVR4 systems");
write_symbols = NO_DEBUG;
}
#endif /* defined(DWARF_DEBUGGING_INFO) */