c.opt (lang-objc): Remove.
authorJoseph Myers <joseph@codesourcery.com>
Mon, 21 Jun 2010 16:58:22 +0000 (17:58 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Mon, 21 Jun 2010 16:58:22 +0000 (17:58 +0100)
* c.opt (lang-objc): Remove.
* c-opts.c (c_common_handle_option): Don't handle OPT_lang_objc.

From-SVN: r161099

gcc/c-family/ChangeLog
gcc/c-family/c-opts.c
gcc/c-family/c.opt

index 56f3fc6..96649c4 100644 (file)
@@ -1,3 +1,8 @@
+2010-06-21  Joseph Myers  <joseph@codesourcery.com>
+
+       * c.opt (lang-objc): Remove.
+       * c-opts.c (c_common_handle_option): Don't handle OPT_lang_objc.
+
 2010-06-21  Joern Rennecke  <joern.rennecke@embecosm.com>
 
        * c-opts.c: Include "tm_p.h".
index 1fa9745..2f8d5d8 100644 (file)
@@ -842,10 +842,6 @@ c_common_handle_option (size_t scode, const char *arg, int value,
       cpp_opts->dollars_in_ident = false;
       break;
 
-    case OPT_lang_objc:
-      cpp_opts->objc = 1;
-      break;
-
     case OPT_nostdinc:
       std_inc = false;
       break;
index 7d606db..ade444a 100644 (file)
@@ -928,9 +928,6 @@ C ObjC C++ ObjC++ Joined Separate
 lang-asm
 C Undocumented
 
-lang-objc
-C ObjC C++ ObjC++ Undocumented
-
 nostdinc
 C ObjC C++ ObjC++
 Do not search standard system include directories (those specified with -isystem will still be used)