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
|
@ -15,7 +15,6 @@ pub fn target() -> Target {
|
|||
pointer_width: 64,
|
||||
data_layout: "E-m:e-i64:64-n32:64".to_string(),
|
||||
arch: "powerpc64".to_string(),
|
||||
target_os: "linux".to_string(),
|
||||
target_env: "gnu".to_string(),
|
||||
target_vendor: "unknown".to_string(),
|
||||
linker_flavor: LinkerFlavor::Gcc,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue