aboutsummaryrefslogtreecommitdiff
path: root/gcc/flags.h
diff options
context:
space:
mode:
authorIain Sandoe <iains@gcc.gnu.org>2011-11-30 10:42:58 +0000
committerIain Sandoe <iains@gcc.gnu.org>2011-11-30 10:42:58 +0000
commitfea3ca9130aa2ba28ea5176b647c80f2ebc7670a (patch)
treeb653e1b6a2f0c5f5fadb055efeb46c96ad475c0e /gcc/flags.h
parent0f14d442fcb906786e4db5b4ce010ff25fb462e7 (diff)
downloadgcc-fea3ca9130aa2ba28ea5176b647c80f2ebc7670a.zip
gcc-fea3ca9130aa2ba28ea5176b647c80f2ebc7670a.tar.gz
gcc-fea3ca9130aa2ba28ea5176b647c80f2ebc7670a.tar.bz2
shift flag_next/gnu_runtime to modern opts system.
gcc: * doc/tm.texi.in (NEXT_OBJC_RUNTIME): Update macro description. * doc/tm.texi: Regenerate. * flags.h (flag_next_runtime): Remove references. * toplev.c: Likewise. * defaults.h (NEXT_OBJC_RUNTIME): Provide default. * gccspec.c (lang_specific_driver): Adjust use of NEXT_OBJC_RUNTIME. * config/darwin.c (darwin_override_options): Provide default Objective-C abi settings and target conflict checks. * config/darwin.h (SUBTARGET_C_COMMON_OVERRIDE_OPTIONS): Remove unused code. Adjust indenting. gcc/c-family: * c.opt (fgnu-runtime): Provide full description. (fnext-runtime): Likewise. * c-opts.c (OPT_fgnu_runtime, OPT_fnext_runtime) Remove. From-SVN: r181837
Diffstat (limited to 'gcc/flags.h')
-rw-r--r--gcc/flags.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/flags.h b/gcc/flags.h
index 8cc6670..9791e1b 100644
--- a/gcc/flags.h
+++ b/gcc/flags.h
@@ -56,10 +56,6 @@ extern bool final_insns_dump_p;
/* Nonzero means make permerror produce warnings instead of errors. */
extern int flag_permissive;
-
-/* Generate code for GNU or NeXT Objective-C runtime environment. */
-
-extern int flag_next_runtime;
/* Other basic status info about current function. */