aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/darwin-c.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/darwin-c.c')
-rw-r--r--gcc/config/darwin-c.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/darwin-c.c b/gcc/config/darwin-c.c
index dc03a9d..0b3e820 100644
--- a/gcc/config/darwin-c.c
+++ b/gcc/config/darwin-c.c
@@ -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. */