diff options
author | Gabriel C <nix.or.die@googlemail.com> | 2008-05-21 20:36:19 +0200 |
---|---|---|
committer | Sam Ravnborg <sam@ravnborg.org> | 2008-05-25 23:02:43 +0200 |
commit | 656a3f797889dafcce2f5b8b222ad66e9974b6f7 (patch) | |
tree | 19ff97ddbe319f45221699a75889315781a1caac /scripts/mkuboot.sh | |
parent | eb90d81d03c0917b0fd629f6342554a3b58ea52c (diff) | |
download | op-kernel-dev-656a3f797889dafcce2f5b8b222ad66e9974b6f7.zip op-kernel-dev-656a3f797889dafcce2f5b8b222ad66e9974b6f7.tar.gz |
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>
Diffstat (limited to 'scripts/mkuboot.sh')
0 files changed, 0 insertions, 0 deletions