mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-31 16:00:23 +08:00
Moved the Objective-C specific options to objc/lang-options.h.
From-SVN: r35517
This commit is contained in:
parent
52e44bb2f8
commit
cf02c6b135
16
gcc/toplev.c
16
gcc/toplev.c
@ -1247,22 +1247,6 @@ documented_lang_options[] =
|
||||
|
||||
#define DEFINE_LANG_NAME(NAME) { NULL, NAME },
|
||||
|
||||
/* These are for Objective C. */
|
||||
DEFINE_LANG_NAME ("Objective C")
|
||||
|
||||
{ "-lang-objc", "" },
|
||||
{ "-gen-decls", "Dump decls to a .decl file" },
|
||||
{ "-fgnu-runtime", "Generate code for GNU runtime environment" },
|
||||
{ "-fno-gnu-runtime", "" },
|
||||
{ "-fnext-runtime", "Generate code for NeXT runtime environment" },
|
||||
{ "-fno-next-runtime", "" },
|
||||
{ "-Wselector", "Warn if a selector has multiple methods" },
|
||||
{ "-Wno-selector", "" },
|
||||
{ "-Wprotocol", "" },
|
||||
{ "-Wno-protocol", "Do not warn if inherited methods are unimplemented"},
|
||||
{ "-print-objc-runtime-info",
|
||||
"Generate C header of platform specific features" },
|
||||
|
||||
#include "options.h"
|
||||
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user