| Message ID | 00c30d00f7377ee426b017bb46dd8c4c7eeea03b.1762633051.git.scott.murray@konsulko.com |
|---|---|
| State | New |
| Headers | show |
| Series | Update to Rust 1.90.0 | expand |
diff --git a/classes-recipe/rust-target-config.bbclass b/classes-recipe/rust-target-config.bbclass index b9198c7..b5d0d18 100644 --- a/classes-recipe/rust-target-config.bbclass +++ b/classes-recipe/rust-target-config.bbclass @@ -388,7 +388,7 @@ def rust_gen_target(d, thing, wd, arch): tspec['llvm-abiname'] = "lp64d" if "powerpc64le" in tspec['llvm-target']: tspec['llvm-abiname'] = "elfv2" - if "powerpc64" in tspec['llvm-target']: + elif "powerpc64" in tspec['llvm-target']: tspec['llvm-abiname'] = "elfv1" tspec['vendor'] = "unknown" tspec['target-family'] = "unix"