From 0c0db63ca2f851b53e8f32b381f3f613b597ccff Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Thu, 18 Feb 2016 06:41:40 -0800 Subject: stop using configure script to generate header files --- gcc/genoutput.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/genoutput.c') 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" -- cgit v1.2.3