(main): Change text of unsupported -g option warning.
authorRichard Kenner <kenner@gcc.gnu.org>
Mon, 14 Aug 1995 01:58:39 +0000 (21:58 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Mon, 14 Aug 1995 01:58:39 +0000 (21:58 -0400)
From-SVN: r10235

gcc/toplev.c

index 4974710dac076c259cfdb8d4c85062b7dffa6bd6..cc8f04845f8c37408210a9582f2f1b699e4aacaa 100644 (file)
@@ -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