Commit 2b5ddaab by Richard Stallman

(main): Improve error message in previous change.

From-SVN: r4346
parent 36a9c2e9
...@@ -3305,7 +3305,7 @@ You Lose! You must define PREFERRED_DEBUGGING_TYPE! ...@@ -3305,7 +3305,7 @@ You Lose! You must define PREFERRED_DEBUGGING_TYPE!
if (write_symbols == DWARF_DEBUG if (write_symbols == DWARF_DEBUG
&& strcmp (language_string, "GNU C++") == 0) && 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; write_symbols = NO_DEBUG;
} }
#endif /* defined(DWARF_DEBUGGING_INFO) */ #endif /* defined(DWARF_DEBUGGING_INFO) */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment