rustc_target: Move target_os
from Target
to TargetOptions
This commit is contained in:
parent
91533cf10e
commit
74ffb9b4a2
173 changed files with 52 additions and 169 deletions
|
@ -6,7 +6,6 @@ pub fn target() -> Target {
|
|||
data_layout: "e-m:e-p:32:32-i64:64-n32-S128".to_string(),
|
||||
llvm_target: "riscv32".to_string(),
|
||||
pointer_width: 32,
|
||||
target_os: "none".to_string(),
|
||||
target_env: String::new(),
|
||||
target_vendor: "unknown".to_string(),
|
||||
arch: "riscv32".to_string(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue