This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] PR29442 - split insn-attrtab.c in three parts


On May 3, 2012, at 9:31 AM, Steven Bosscher wrote:
> How does one turn random volunteer GCC hackers into spoiled brats?

So, brats aside, your new patch breaks my port...

diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 145e8b8..1eeeab9 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -3586,7 +3586,7 @@ s-check : build/gencheck$(build_exeext)
 insn-attrtab.c insn-dfatab.c insn-latencytab.c: s-attrtab ; @true
 s-attrtab : $(MD_DEPS) build/genattrtab$(build_exeext) \
   insn-conditions.md
-       $(RUN_GEN) build/genattrtab$(build_exeext) $(md_file) insn-conditions.md \
+       $(RUN_GEN) build/genattrtab$(build_exeext) $(MD_INCS) $(md_file) insn-conditions.md \
                -Atmp-attrtab.c -Dtmp-dfatab.c -Ltmp-latencytab.c
        $(SHELL) $(srcdir)/../move-if-change tmp-attrtab.c    insn-attrtab.c
        $(SHELL) $(srcdir)/../move-if-change tmp-dfatab.c     insn-dfatab.c

Seems to make it get farther...  Someone want to check it in?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]