shift flag_next/gnu_runtime to modern opts system.
authoriains <iains@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 30 Nov 2011 10:42:58 +0000 (10:42 +0000)
committeriains <iains@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 30 Nov 2011 10:42:58 +0000 (10:42 +0000)
commit3f3d5ad4c392c2cc915af2dd6b9b28efa4d53d00
treeb653e1b6a2f0c5f5fadb055efeb46c96ad475c0e
parente34c6adce1651557940af9bb37ea1cb4e1965ee3
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@181837 138bc75d-0d04-0410-961f-82ee72b054a4
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