mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 00:34:06 +00:00
loongarch64-none*: Remove environment component from llvm target
This commit is contained in:
parent
4bd4e2ea82
commit
22a45258d9
@ -3,7 +3,7 @@ use super::{Target, TargetOptions};
|
||||
|
||||
pub fn target() -> Target {
|
||||
Target {
|
||||
llvm_target: "loongarch64-unknown-none-softfloat".into(),
|
||||
llvm_target: "loongarch64-unknown-none".into(),
|
||||
pointer_width: 64,
|
||||
data_layout: "e-m:e-p:64:64-i64:64-i128:128-n64-S128".into(),
|
||||
arch: "loongarch64".into(),
|
||||
|
Loading…
Reference in New Issue
Block a user