Skip to content

Commit 82bd5a3

Browse files
committed
librustc_target: Address comments
Signed-off-by: Alistair Francis <[email protected]>
1 parent a4183f0 commit 82bd5a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_target/src/spec/riscv32gc_unknown_linux_gnu.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pub fn target() -> TargetResult {
1313
target_vendor: "unknown".to_string(),
1414
linker_flavor: LinkerFlavor::Gcc,
1515
options: TargetOptions {
16-
abi_blacklist: super::riscv_base::abi_blacklist(),
16+
unsupported_abis: super::riscv_base::unsupported_abis(),
1717
code_model: Some(CodeModel::Medium),
1818
cpu: "generic-rv32".to_string(),
1919
features: "+m,+a,+f,+d,+c".to_string(),

0 commit comments

Comments
 (0)