From: Andrea Righi Date: Tue, 13 Dec 2022 15:45:51 +0000 (+0100) Subject: annotations: do not add constraints on toolchain X-Git-Tag: v0.1~42 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=308a16faeb67f3d2e7aea18ec94f986cd5528223;p=annotations.git annotations: do not add constraints on toolchain Signed-off-by: Andrea Righi --- diff --git a/annotations b/annotations index d8640ca..8cc10d4 100755 --- a/annotations +++ b/annotations @@ -16,10 +16,15 @@ 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, as and ld + # Allow to use a different versions of toolchain tools 'CONFIG_CC_VERSION_TEXT', 'CONFIG_AS_VERSION', 'CONFIG_LD_VERSION', + 'CONFIG_LLD_VERSION', + 'CONFIG_CLANG_VERSION', + 'CONFIG_PAHOLE_VERSION', + 'CONFIG_RUSTC_VERSION_TEXT', + 'CONFIG_BINDGEN_VERSION_TEXT', ) def make_parser():