]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/c-opts.c
Add framework support for darwin.
[thirdparty/gcc.git] / gcc / c-opts.c
index b4f3851786380a04223936e6320818d7c9ebfdb6..6d9696a042c82c046d6121df3ba21c49ae02fa4a 100644 (file)
@@ -153,6 +153,7 @@ c_common_missing_argument (const char *opt, size_t code)
       error ("macro name missing after \"%s\"", opt);
       break;
 
+    case OPT_F:
     case OPT_I:
     case OPT_idirafter:
     case OPT_isysroot:
@@ -285,6 +286,10 @@ c_common_handle_option (size_t scode, const char *arg, int value)
       cpp_opts->print_include_names = 1;
       break;
 
+    case OPT_F:
+      TARGET_OPTF (xstrdup (arg));
+      break;
+
     case OPT_I:
       if (strcmp (arg, "-"))
        add_path (xstrdup (arg), BRACKET, 0);