From: Sam Ravnborg Date: Sun, 8 Jan 2006 18:58:51 +0000 (+0100) Subject: kbuild: remove GCC_VERSION X-Git-Tag: v2.6.16-rc1~474^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad14336de8e9cddae9ed29d45bd2e97abb72eaf9;p=pandora-kernel.git kbuild: remove GCC_VERSION This was causing some ordering problems. Remove the up-front evaluation and just revaluate the compiler version each time we need it. (The up-front evaluation was problematic because some architectures modify the value of $(CC)). Signed-off-by: Andrew Morton Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed