From 31273be7e7bcc565983d8b12752e749f3388976d Mon Sep 17 00:00:00 2001 From: Andrea Righi Date: Wed, 18 Jan 2023 16:49:29 +0100 Subject: [PATCH] UBUNTU: [Packaging] annotations: add CONFIG_GCC_VERSION to the list of ignored configs Signed-off-by: Andrea Righi --- debian/scripts/misc/annotations | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/scripts/misc/annotations b/debian/scripts/misc/annotations index 8cc10d4997a4..45548fc59dce 100755 --- a/debian/scripts/misc/annotations +++ b/debian/scripts/misc/annotations @@ -17,6 +17,7 @@ SKIP_CONFIGS = ( # CONFIG_VERSION_SIGNATURE is dynamically set during the build 'CONFIG_VERSION_SIGNATURE', # Allow to use a different versions of toolchain tools + 'CONFIG_GCC_VERSION', 'CONFIG_CC_VERSION_TEXT', 'CONFIG_AS_VERSION', 'CONFIG_LD_VERSION',