From: Richard Kenner Date: Mon, 14 Aug 1995 01:58:39 +0000 (-0400) Subject: (main): Change text of unsupported -g option warning. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7276e85d35c9cc9add7ca05f00fd3e2be649ce71;p=gcc.git (main): Change text of unsupported -g option warning. From-SVN: r10235 --- diff --git a/gcc/toplev.c b/gcc/toplev.c index 4974710dac0..cc8f04845f8 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -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