From 7276e85d35c9cc9add7ca05f00fd3e2be649ce71 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sun, 13 Aug 1995 21:58:39 -0400 Subject: [PATCH] (main): Change text of unsupported -g option warning. From-SVN: r10235 --- gcc/toplev.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.30.2