From 3d0017e24d7739887123c41dc881dae6162bbc2d Mon Sep 17 00:00:00 2001 From: Andrea Righi Date: Tue, 13 Dec 2022 16:27:30 +0100 Subject: [PATCH] UBUNTU: [Packaging] annotations: do not add constraints on toolchain versions Signed-off-by: Andrea Righi --- debian/scripts/misc/annotations | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/debian/scripts/misc/annotations b/debian/scripts/misc/annotations index d8640cae9e1b..8cc10d4997a4 100755 --- a/debian/scripts/misc/annotations +++ b/debian/scripts/misc/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():