Add disable scl-utils flavor for all toolset-16 pkgs

This commit is contained in:
eabdullin 2026-07-23 10:22:21 +03:00
parent 89eef9eedc
commit 499ff28daa

View File

@ -839,5 +839,35 @@
}
}
}
},
"gcc-toolset-16": {
"**": {
"platform_flavors": ["disable_scl-utils"]
}
},
"gcc-toolset-16-gcc": {
"**": {
"platform_flavors": ["disable_scl-utils"]
}
},
"gcc-toolset-16-binutils": {
"**": {
"platform_flavors": ["disable_scl-utils"]
}
},
"gcc-toolset-16-gdb": {
"**": {
"platform_flavors": ["disable_scl-utils"]
}
},
"gcc-toolset-16-dwz": {
"**": {
"platform_flavors": ["disable_scl-utils"]
}
},
"gcc-toolset-16-annobin": {
"**": {
"platform_flavors": ["disable_scl-utils"]
}
}
}