rustc_target: Move target_env from Target to TargetOptions
This commit is contained in:
@@ -28,7 +28,6 @@ pub fn target() -> Target {
|
||||
)
|
||||
.to_string(),
|
||||
arch: "hexagon".to_string(),
|
||||
target_env: "musl".to_string(),
|
||||
target_vendor: "unknown".to_string(),
|
||||
linker_flavor: LinkerFlavor::Gcc,
|
||||
options: base,
|
||||
|
||||
Reference in New Issue
Block a user