diff options
author | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-06-10 20:23:43 +0000 |
---|---|---|
committer | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-06-10 20:23:43 +0000 |
commit | c50b68d29a6805c41a9c74749626756bb4f87733 (patch) | |
tree | 3e530d0afa85222eefe19900c8f9fe1f08848c94 /gcc/configure | |
parent | 664c5888764faa174b1b21c3b23b3f575bfc1355 (diff) | |
download | gcc-c50b68d29a6805c41a9c74749626756bb4f87733.tar.gz |
gcc/
* configure.ac (tm_include_list): Add insn-constants.h.
* configure: Regenerate.
* Makefile.in (GTM_H): Move insn-constants.h here from...
(TM_H): ...here.
* mkconfig.sh: Remove special handling for insn-constants.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@160579 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure')
-rwxr-xr-x | gcc/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure b/gcc/configure index 33aa2cf5601..50baf170e19 100755 --- a/gcc/configure +++ b/gcc/configure @@ -10823,7 +10823,7 @@ tmake_file="${tmake_file_}" out_object_file=`basename $out_file .c`.o tm_file_list="options.h" -tm_include_list="options.h" +tm_include_list="options.h insn-constants.h" for f in $tm_file; do case $f in ./* ) |