cmake-tool/rust_targets/x86_64-sel4-none.json contains this code:
"relocation-model": "pic",
// ...
"relocation-model": "static",
I'm not sure if the relocation-model should be pic or static, but its almost certainly a bug to set it to two different values simultaneously.