Disable zcmp in multilib-gen-gen for now, as it is still not supported in latest binutils release

This commit is contained in:
Luke Wren 2024-06-01 18:24:06 +01:00
parent b883be3c20
commit 3a747e1dde
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ options = [
"zicond",
"zca",
"zcb",
"zcmp"
# "zcmp" (waiting on binutils 2.43)
]
# Do not build for LHS except when *all of* RHS is also present. This cuts
@ -40,7 +40,7 @@ depends_on = {
"c": ["!zca" ],
"zca": ["!c" ],
"zcb": ["zca" ],
"zcmp": ["zca", "zcb", ],
# "zcmp": ["zca", "zcb", ],
}
l = []