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",
|
"zicond",
|
||||||
"zca",
|
"zca",
|
||||||
"zcb",
|
"zcb",
|
||||||
"zcmp"
|
# "zcmp" (waiting on binutils 2.43)
|
||||||
]
|
]
|
||||||
|
|
||||||
# Do not build for LHS except when *all of* RHS is also present. This cuts
|
# Do not build for LHS except when *all of* RHS is also present. This cuts
|
||||||
|
@ -40,7 +40,7 @@ depends_on = {
|
||||||
"c": ["!zca" ],
|
"c": ["!zca" ],
|
||||||
"zca": ["!c" ],
|
"zca": ["!c" ],
|
||||||
"zcb": ["zca" ],
|
"zcb": ["zca" ],
|
||||||
"zcmp": ["zca", "zcb", ],
|
# "zcmp": ["zca", "zcb", ],
|
||||||
}
|
}
|
||||||
|
|
||||||
l = []
|
l = []
|
||||||
|
|
Loading…
Reference in New Issue