c.opt (lang-objc): Remove.

* c.opt (lang-objc): Remove.
	* c-opts.c (c_common_handle_option): Don't handle OPT_lang_objc.

From-SVN: r161099
This commit is contained in:
Joseph Myers 2010-06-21 17:58:22 +01:00 committed by Joseph Myers
parent 529e5fc9c0
commit 70cb8be682
3 changed files with 5 additions and 7 deletions

View 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".

View 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;

View 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)