Commit 635b513f by Richard Kenner

(main): Reword dwarf/c++/-g warning.

From-SVN: r10134
parent 33c6ab80
......@@ -3841,7 +3841,7 @@ You Lose! You must define PREFERRED_DEBUGGING_TYPE!
if (write_symbols == DWARF_DEBUG
&& strcmp (language_string, "GNU C++") == 0)
{
warning ("-g option not supported for C++ on SVR4 systems");
warning ("-g option not supported for C++ on systems using the DWARF debugging format");
write_symbols = NO_DEBUG;
}
#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