diff options
author | YamaArashi <shadow962@live.com> | 2016-02-18 06:41:40 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-02-18 06:41:40 -0800 |
commit | 0c0db63ca2f851b53e8f32b381f3f613b597ccff (patch) | |
tree | 53e9236d58c802533da28ef396c362aaa459076b /gcc/genoutput.c | |
parent | 9cc5f8edb21ac07bff87def5155ee71dff449e37 (diff) |
stop using configure script to generate header files
Diffstat (limited to 'gcc/genoutput.c')
-rwxr-xr-x | gcc/genoutput.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/genoutput.c b/gcc/genoutput.c index e3eb74e..1d52550 100755 --- a/gcc/genoutput.c +++ b/gcc/genoutput.c @@ -90,7 +90,7 @@ insn_template[24] to be "clrd %0", and insn_n_operands[24] to be 1. It would not make an case in output_insn_hairy because the template given in the entry is a constant (it does not start with `*'). */ -#include "hconfig.h" +#include "config.h" #include "system.h" #include "rtl.h" #include "obstack.h" |