rustc_target: Move target_vendor
from Target
to TargetOptions
This commit is contained in:
parent
d5fd31197f
commit
b294cc71a2
161 changed files with 28 additions and 163 deletions
|
@ -10,7 +10,6 @@ pub fn target() -> Target {
|
|||
pointer_width: 32,
|
||||
data_layout: "E-m:e-p:32:32-i64:64-n32".to_string(),
|
||||
arch: "powerpc".to_string(),
|
||||
target_vendor: "unknown".to_string(),
|
||||
linker_flavor: LinkerFlavor::Gcc,
|
||||
options: TargetOptions {
|
||||
target_endian: "big".to_string(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue