diff options
author | Bernd Edlinger <bernd.edlinger@hotmail.de> | 2021-05-28 06:27:27 +0200 |
---|---|---|
committer | Bernd Edlinger <bernd.edlinger@hotmail.de> | 2021-05-28 08:50:28 +0200 |
commit | c9114f2804b91690e030383de15a24e0b738e856 (patch) | |
tree | e21d47e137858537111a67da4e7434ebc8255e41 /gcc/fortran/dump-parse-tree.c | |
parent | 3816864d5e91a7c3c940a34e7293549f4245c60d (diff) | |
download | gcc-c9114f2804b91690e030383de15a24e0b738e856.zip gcc-c9114f2804b91690e030383de15a24e0b738e856.tar.gz gcc-c9114f2804b91690e030383de15a24e0b738e856.tar.bz2 |
Generate gimple-match.c and generic-match.c earlier
I was wondering, why gimple-match.c and generic-match.c
are not built early but always last, which slows down parallel
makes significantly.
The reason seems to be that generated_files does not
mention gimple-match.c and generic-match.c.
This comment in Makefile.in says it all:
"In order for parallel make to really start compiling the expensive
objects from $(OBJS) as early as possible, build all their
prerequisites strictly before all objects."
So this patch adds gimple-match.c and generic-match.c to generated_files.
2021-05-28 Bernd Edlinger <bernd.edlinger@hotmail.de>
* Makefile.in (generated_files): Add gimple-match.c and
generic-match.c
Diffstat (limited to 'gcc/fortran/dump-parse-tree.c')
0 files changed, 0 insertions, 0 deletions