This patch replaces buildtarget's check for --build-id with something a bit less awkward (pun intended).
Signed-off-by: Ed Swierk eswierk@arastra.com
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
Ed Swierk wrote:
This patch replaces buildtarget's check for --build-id with something a bit less awkward (pun intended).
Signed-off-by: Ed Swierk eswierk@arastra.com
I like it! What a construct that was...
Acked-by: Stefan Reinauer stepan@coresystems.de
On Thu, Apr 17, 2008 at 6:01 PM, Stefan Reinauer stepan@coresystems.de wrote:
Acked-by: Stefan Reinauer stepan@coresystems.de
Thanks, r3243.
--Ed