This is the mail archive of the gcc@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: Is gcc mainline parallel build safe?


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



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