OSDN Git Service

* config/rs6000/darwin.h (SUBTARGET_OVERRIDE_OPTIONS): Use %qs
[pf3gnuchains/gcc-fork.git] / gcc / config / rs6000 / darwin.h
index 39b69aa..64e8ea3 100644 (file)
@@ -103,7 +103,7 @@ do {                                                                        \
        while (base[-1] != 'm') base--;                                 \
                                                                        \
        if (*darwin_fix_and_continue_switch != '\0')                    \
-         error ("invalid option `%s'", base);                          \
+         error ("invalid option %qs", base);                           \
        darwin_fix_and_continue = (base[0] != 'n');                     \
       }                                                                        \
   }                                                                    \