diff options
author | Joseph Myers <joseph@codesourcery.com> | 2010-10-12 12:25:16 +0100 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2010-10-12 12:25:16 +0100 |
commit | f938f60cb6146e4f9b6a2e9ef8c0b8be12da56ff (patch) | |
tree | 613335312107799d45a0405c8cd02ce350389985 /gcc/configure.ac | |
parent | beacce027435fb068f0edcb0a0e094ab6630ff01 (diff) | |
download | gcc-f938f60cb6146e4f9b6a2e9ef8c0b8be12da56ff.zip gcc-f938f60cb6146e4f9b6a2e9ef8c0b8be12da56ff.tar.gz gcc-f938f60cb6146e4f9b6a2e9ef8c0b8be12da56ff.tar.bz2 |
flag-types.h: New.
* flag-types.h: New.
* Makefile.in (TH_H): Include $(OPTIONS_H) instead of $(FLAGS_H).
(FLAGS_H): Include flag-types.h. Include $(OPTIONS_H) instead of
options.h.
(OPTIONS_H): Define.
(c-family/c-opts.o, lto-opts.o, opts.o): Use $(OPTIONS_H) instead
of options.h.
* configure.ac (tm_include_list): Include options.h not flags.h.
* configure: Regenerate.
* flags.h: Include flag-types.h. Include options.h at top of file
again.
(enum debug_info_type, enum debug_info_level, enum
debug_info_usage, enum symbol_visibility, struct visibility_flags,
enum ira_algorithm, enum ira_region, enum excess_precision, enum
graph_dump_types, enum stack_check_type, enum
warn_strict_overflow_code): Move to flag-types.h
* opth-gen.awk: Include flag-types.h in options.h.
ada:
* gcc-interface/Make-lang.in (ada/misc.o): Use $(OPTIONS_H)
instead of options.h.
java:
* Make-lang.in (java/lang.o): Use $(OPTIONS_H) instead of
options.h.
From-SVN: r165362
Diffstat (limited to 'gcc/configure.ac')
-rw-r--r-- | gcc/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure.ac b/gcc/configure.ac index 1534f7f..9dd9c5d 100644 --- a/gcc/configure.ac +++ b/gcc/configure.ac @@ -1609,7 +1609,7 @@ tmake_file="${tmake_file_}" out_object_file=`basename $out_file .c`.o tm_file_list="options.h" -tm_include_list="flags.h insn-constants.h" +tm_include_list="options.h insn-constants.h" for f in $tm_file; do case $f in ./* ) |