From: Andrea Righi Date: Wed, 18 Jan 2023 15:49:02 +0000 (+0100) Subject: annotations: add CONFIG_GCC_VERSION to the list of skipped configs X-Git-Tag: v0.1~39 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=b9fe8f980d7a305e614413b876b254b9720c7cce;p=annotations.git annotations: add CONFIG_GCC_VERSION to the list of skipped configs Signed-off-by: Andrea Righi --- 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',