From 934fedb5eb092c93e5ae20688aed148374e06bd2 Mon Sep 17 00:00:00 2001 From: Andrea Righi Date: Mon, 12 Dec 2022 16:15:39 +0100 Subject: [PATCH] UBUNTU: [Packaging] 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 --- debian/scripts/misc/annotations | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/scripts/misc/annotations b/debian/scripts/misc/annotations index 9ae320c05372..d8640cae9e1b 100755 --- a/debian/scripts/misc/annotations +++ b/debian/scripts/misc/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():