bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gas/14899] Missing gas dependency for ld and gold


From: hjl.tools at gmail dot com
Subject: [Bug gas/14899] Missing gas dependency for ld and gold
Date: Sat, 01 Dec 2012 01:39:35 +0000

http://sourceware.org/bugzilla/show_bug.cgi?id=14899

--- Comment #2 from H.J. Lu <hjl.tools at gmail dot com> 2012-12-01 01:39:35 
UTC ---
In stage 2, prev-gcc/as has

ORIGINAL_AS_FOR_TARGET="../gas/as-new"
...
dir=gas
prog=as-new

if test -x $scriptdir/../$dir/$prog; then
  exec $scriptdir/../$dir/$prog
else
  exec $scriptdir/../prev-$dir/$prog 
fi

When we are building gas parallel with bintils,
gold, gprof and ld, we may run into race condition
that prev-gcc/as checks ../gas/as-new at the same
time when we are creating it.  So we must build
gas before other binutils programs.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]