librustc_target: Address comments
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
This commit is contained in:
parent
a4183f0e61
commit
82bd5a3e1d
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ pub fn target() -> TargetResult {
|
|||
target_vendor: "unknown".to_string(),
|
||||
linker_flavor: LinkerFlavor::Gcc,
|
||||
options: TargetOptions {
|
||||
abi_blacklist: super::riscv_base::abi_blacklist(),
|
||||
unsupported_abis: super::riscv_base::unsupported_abis(),
|
||||
code_model: Some(CodeModel::Medium),
|
||||
cpu: "generic-rv32".to_string(),
|
||||
features: "+m,+a,+f,+d,+c".to_string(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue