Commit e38eaffd by Richard Kenner

(main): If PREFERRED_DEBUGGING_TYPE used and set to NO_DEBUG, say

debugging not supported.

From-SVN: r13520
parent 5ae3bec5
......@@ -3957,6 +3957,10 @@ main (argc, argv, envp)
if (type == NO_DEBUG)
type = PREFERRED_DEBUGGING_TYPE;
if (type == NO_DEBUG)
warning ("`-%s' not supported by this configuration of GCC",
str);
/* Does it conflict with an already selected type? */
if (type_explicitly_set_p
/* -g/-ggdb don't conflict with anything */
......
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