This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/17313] fixinc.sh isn't parallel build safe
- From: "bonzini at gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 5 Sep 2004 10:04:04 -0000
- Subject: [Bug bootstrap/17313] fixinc.sh isn't parallel build safe
- References: <20040904002811.17313.hjl@lucon.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From bonzini at gnu dot org 2004-09-05 10:03 -------
On the GCC list you proposed making fixinc.sh depend on cc1, but the correct fix
should be to make specs.ready depend on cc1. That's because specs.ready is only
touched during stage1, while having fixinc.sh change whenever cc1 is changed
would make fixincludes run on every stage.
Can you please try that?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17313