From b9fe8f980d7a305e614413b876b254b9720c7cce Mon Sep 17 00:00:00 2001 From: Andrea Righi Date: Wed, 18 Jan 2023 16:49:02 +0100 Subject: [PATCH] annotations: add CONFIG_GCC_VERSION to the list of skipped configs Signed-off-by: Andrea Righi --- annotations | 1 + 1 file changed, 1 insertion(+) diff --git a/annotations b/annotations index 8cc10d4..45548fc 100755 --- a/annotations +++ b/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', -- 2.31.1