Disable zcmp in multilib-gen-gen for now, as it is still not supported in latest binutils release
This commit is contained in:
parent
b883be3c20
commit
3a747e1dde
|
@ -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 = []
|
||||
|
|
Loading…
Reference in New Issue