OSDN Git Service

(main): Change text of unsupported -g option warning.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 14 Aug 1995 01:58:39 +0000 (01:58 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 14 Aug 1995 01:58:39 +0000 (01:58 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@10235 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/toplev.c

index 4974710..cc8f048 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