Is gcc mainline parallel build safe?

James E Wilson wilson@specifixinc.com
Mon Sep 6 22:09:00 GMT 2004


H. J. Lu wrote:
> ./fixinc.sh: line 143: /export/build/gnu/gcc/build-ia64-linux/gcc/cc1:
> No such file or directory

Paolo's recent fixinc rewrite (2004-08-31) replaced a sed command on the 
specs file with a "cc -dM" command.  Unfortunately, fixinc has a 
dependence on the specs file, but no dependence on cc1, thus breaking 
parallel make.  We just need to add this dependence somewhere.
-- 
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com



More information about the Gcc mailing list