kbuild: scripts/ver_linux : correct printing of binutils version
authorJesper Juhl <jesper.juhl@gmail.com>
Wed, 1 Aug 2007 23:21:15 +0000 (01:21 +0200)
committerSam Ravnborg <sam@neptun.(none)>
Fri, 12 Oct 2007 19:15:31 +0000 (21:15 +0200)
commitcc9eefdb9ed5603e2ab0b77fc1f6b671332ceeed
tree6d93d16e3259174c96396e126c5053e79955a110
parent9cc3ef30346da96f3dd7f2e328e8a5ff46a37fd9
kbuild: scripts/ver_linux : correct printing of binutils version

Currently scripts/ver_linux prints "Binutils" or other random
information for the version number in the "binutils" output line
on some distributions. This patch corrects that.

When I initially submitted a patch to correct that, I was not aware
that the output from "ld -v" could differ as much as it turned out
it can, so my original fix turned out to not cover all bases.
This patch works correctly with all the different "ld -v" output
that people posted in replys to my first patch, so it should be a
clear win over what we have currently.

Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
scripts/ver_linux