]> gcc.gnu.org Git - gcc.git/commit - gcc/c-family/c.opt
shift flag_next/gnu_runtime to modern opts system.
authorIain Sandoe <iains@gcc.gnu.org>
Wed, 30 Nov 2011 10:42:58 +0000 (10:42 +0000)
committerIain Sandoe <iains@gcc.gnu.org>
Wed, 30 Nov 2011 10:42:58 +0000 (10:42 +0000)
commitfea3ca9130aa2ba28ea5176b647c80f2ebc7670a
treeb653e1b6a2f0c5f5fadb055efeb46c96ad475c0e
parent0f14d442fcb906786e4db5b4ce010ff25fb462e7
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
12 files changed:
gcc/ChangeLog
gcc/c-family/ChangeLog
gcc/c-family/c-opts.c
gcc/c-family/c.opt
gcc/config/darwin.c
gcc/config/darwin.h
gcc/defaults.h
gcc/doc/tm.texi
gcc/doc/tm.texi.in
gcc/flags.h
gcc/gccspec.c
gcc/toplev.c
This page took 0.058114 seconds and 5 git commands to generate.