UBUNTU: [Packaging] annotations: add CONFIG_GCC_VERSION to the list of ignored configs

Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
This commit is contained in:
Andrea Righi
2023-01-18 16:49:29 +01:00
committed by Paolo Pisati
parent 228475c418
commit 31273be7e7
+1
View File
@@ -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',