From: Andrea Righi Date: Mon, 12 Dec 2022 16:06:02 +0000 (+0100) Subject: annotations: do not enforce toolchain versions X-Git-Tag: v0.1~43 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=b7d9ff6b8065707e25dbed1c7c144a7b9a8fe621;p=annotations.git annotations: do not enforce toolchain versions Allow to use different versions of gcc, as and ld in the build ppa, respect to the version used to produce the kernel packages. Signed-off-by: Andrea Righi --- diff --git a/annotations b/annotations index 9ae320c..d8640ca 100755 --- a/annotations +++ b/annotations @@ -16,8 +16,10 @@ VERSION = '0.1' SKIP_CONFIGS = ( # CONFIG_VERSION_SIGNATURE is dynamically set during the build 'CONFIG_VERSION_SIGNATURE', - # Allow to use a different version of gcc + # Allow to use a different version of gcc, as and ld 'CONFIG_CC_VERSION_TEXT', + 'CONFIG_AS_VERSION', + 'CONFIG_LD_VERSION', ) def make_parser():