]> git.baikalelectronics.ru Git - kernel.git/commit
scripts/ver_linux use 'gcc -dumpversion'
authorGabriel C <nix.or.die@googlemail.com>
Wed, 21 May 2008 18:36:19 +0000 (20:36 +0200)
committerSam Ravnborg <sam@ravnborg.org>
Sun, 25 May 2008 21:02:43 +0000 (23:02 +0200)
commitcf25bee5daabf126564236d0ff6482e05ee850e2
tree19ff97ddbe319f45221699a75889315781a1caac
parent2588626d7920096017560755a3aba297682ee109
scripts/ver_linux use 'gcc -dumpversion'

These magic greps and hacks in ver_linux to get the gcc version always break after some gcc releases.

Since now gcc >4.3 allows compiling with '--with-pkgversion' ( which can be everything 'My Cool Gcc' or something )
ver_linux will report random junk for these.

Simply use 'gcc -dumpversion' to get the gcc version which should always work.

Signed-off-by: Gabriel C <nix.or.die@googlemail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
scripts/ver_linux