From: Sam Ravnborg Date: Sun, 22 Jan 2006 12:34:15 +0000 (+0100) Subject: kbuild: make cc-version available in kbuild files X-Git-Tag: v2.6.17-rc1~733^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20a468b51325b3636785a8ca0047ae514b39cbd5;p=pandora-kernel.git kbuild: make cc-version available in kbuild files Move $(CC) support functions to Kbuild.include so they are available in the kbuild files. In addition the following was done: o as-option documented in Documentation/kbuild/makefiles.txt o Moved documentation to new section to match new scope of functions o added cc-ifversion used to conditionally select a text string dependent on actual $(CC) version o documented cc-ifversion o change so Kbuild.include is read before the kbuild file Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed