mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-16 13:01:21 +08:00
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:
parent
529e5fc9c0
commit
70cb8be682
@ -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".
|
||||
|
@ -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;
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user