projects
/
annotations.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7d9ff6
)
annotations: do not add constraints on toolchain
author
Andrea Righi
<andrea.righi@canonical.com>
Tue, 13 Dec 2022 15:45:51 +0000
(16:45 +0100)
committer
Andrea Righi
<andrea.righi@canonical.com>
Mon, 30 Jan 2023 08:12:28 +0000
(09:12 +0100)
Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
annotations
patch
|
blob
|
history
diff --git
a/annotations
b/annotations
index d8640cae9e1bbe6272367d439e7001e46c42358f..8cc10d4997a41139459661ffaf1925d7cd2ad3d5 100755
(executable)
--- a/
annotations
+++ b/
annotations
@@
-16,10
+16,15
@@
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, as and ld
+ # Allow to use a different version
s of toolchain tools
'CONFIG_CC_VERSION_TEXT',
'CONFIG_AS_VERSION',
'CONFIG_LD_VERSION',
+ 'CONFIG_LLD_VERSION',
+ 'CONFIG_CLANG_VERSION',
+ 'CONFIG_PAHOLE_VERSION',
+ 'CONFIG_RUSTC_VERSION_TEXT',
+ 'CONFIG_BINDGEN_VERSION_TEXT',
)
def make_parser():