Skip to content
Commit cc9eefdb authored by Jesper Juhl's avatar Jesper Juhl Committed by Sam Ravnborg
Browse files

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: default avatarJesper Juhl <jesper.juhl@gmail.com>
Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
parent 9cc3ef30
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment