forked from len0rd/rockbox
improved the ld (binutils) version number extraction
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14651 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
945462edef
commit
c9f6858de8
1 changed files with 1 additions and 1 deletions
2
tools/configure
vendored
2
tools/configure
vendored
|
@ -1539,7 +1539,7 @@ gccver=`$CC -dumpversion`;
|
|||
|
||||
# figure out the binutil version too and display it, mostly for the build
|
||||
# system etc to be able to see it easier
|
||||
ldver=`$LD --version | head -n 1 | cut "-d " -f4`
|
||||
ldver=`$LD --version | head -n 1 | sed -e 's/[^0-9.]//g'`
|
||||
|
||||
if [ -z "$gccver" ]; then
|
||||
echo "WARNING: The compiler you must use ($CC) is not in your path!"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue