On Thu, Apr 17, 2008 at 5:50 PM, Ed Swierk eswierk@arastra.com wrote:
This patch replaces buildtarget's check for --build-id with something a bit less awkward (pun intended).
...and more correct, in the extremely unlikely case that ld --help happened to print "build-id" exactly 256 (or 512, or 768...) times, as only the lowest 8 bits of an exit code actually propagate to the parent process.
--Ed