UBUNTU: [Packaging] annotations: do not add constraints on toolchain versions
Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
This commit is contained in:
committed by
Paolo Pisati
parent
7ca5a6f983
commit
3d0017e24d
Vendored
+6
-1
@@ -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 versions 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():
|
||||
|
||||
Reference in New Issue
Block a user