Makefile.in (options.c): Tell optc-gen.awk to include config.h, system.h, coretypes...
authorRichard Sandiford <rsandifo@redhat.com>
Mon, 16 May 2005 12:30:06 +0000 (12:30 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Mon, 16 May 2005 12:30:06 +0000 (12:30 +0000)
commitaeb70e782ac3089f3931b58b1291c1196a8e6c8f
tree1a880bfd7d5dee689ffa88c4d78e2661c5086ffd
parent8b37cc6429c7771e6501354521446cfe47f157ff
Makefile.in (options.c): Tell optc-gen.awk to include config.h, system.h, coretypes.h and tm.h.

* Makefile.in (options.c): Tell optc-gen.awk to include config.h,
system.h, coretypes.h and tm.h.
(options.o): Update dependencies accordingly.
* optc-gen.awk: Allow header_name to be a list of filenames.
Handle the "Condition" flag.
* opts.h (CL_DISABLED): New flag.
* opts.c (handle_option): Print an error for CL_DISABLED options.
* doc/options.texi: Document the "Condition" option flag.

From-SVN: r99774
gcc/ChangeLog
gcc/Makefile.in
gcc/doc/options.texi
gcc/optc-gen.awk
gcc/opts.c
gcc/opts.h