Commit 7276e85d by Richard Kenner

(main): Change text of unsupported -g option warning.

From-SVN: r10235
parent 682d0171
......@@ -3783,7 +3783,8 @@ You Lose! You must define PREFERRED_DEBUGGING_TYPE!
use_gnu_debug_info_extensions = DEFAULT_GDB_EXTENSIONS;
#endif
if (write_symbols == NO_DEBUG)
warning ("`-%s' option not supported on this version of GCC", str);
warning ("`-%s' not supported by this configuration of GCC",
str);
else if (level == 0)
write_symbols = NO_DEBUG;
else
......
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