Commit 70cb8be6 by Joseph Myers Committed by Joseph Myers

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
parent 529e5fc9
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> 2010-06-21 Joern Rennecke <joern.rennecke@embecosm.com>
* c-opts.c: Include "tm_p.h". * c-opts.c: Include "tm_p.h".
......
...@@ -842,10 +842,6 @@ c_common_handle_option (size_t scode, const char *arg, int value, ...@@ -842,10 +842,6 @@ c_common_handle_option (size_t scode, const char *arg, int value,
cpp_opts->dollars_in_ident = false; cpp_opts->dollars_in_ident = false;
break; break;
case OPT_lang_objc:
cpp_opts->objc = 1;
break;
case OPT_nostdinc: case OPT_nostdinc:
std_inc = false; std_inc = false;
break; break;
......
...@@ -928,9 +928,6 @@ C ObjC C++ ObjC++ Joined Separate ...@@ -928,9 +928,6 @@ C ObjC C++ ObjC++ Joined Separate
lang-asm lang-asm
C Undocumented C Undocumented
lang-objc
C ObjC C++ ObjC++ Undocumented
nostdinc nostdinc
C ObjC C++ ObjC++ C ObjC C++ ObjC++
Do not search standard system include directories (those specified with -isystem will still be used) Do not search standard system include directories (those specified with -isystem will still be used)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment