annotations: do not enforce toolchain versions
authorAndrea Righi <andrea.righi@canonical.com>
Mon, 12 Dec 2022 16:06:02 +0000 (17:06 +0100)
committerAndrea Righi <andrea.righi@canonical.com>
Mon, 30 Jan 2023 08:12:28 +0000 (09:12 +0100)
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 <andrea.righi@canonical.com>
annotations

index 9ae320c053724d661361d7b5197c0d812bd2561d..d8640cae9e1bbe6272367d439e7001e46c42358f 100755 (executable)
@@ -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():