OSDN Git Service

* config/darwin-c.c (handle_c_option): Handle -fapple-kext here so
[pf3gnuchains/gcc-fork.git] / gcc / config / darwin-c.c
index dc03a9d..0b3e820 100644 (file)
@@ -635,6 +635,9 @@ handle_c_option (size_t code,
     case OPT_iframework:
       add_system_framework_path (xstrdup (arg));
       break;
+
+    case OPT_fapple_kext:
+      ;
     }
 
   /* We recognized the option.  */