Change default Solaris x86 target to x86_64-pc-solaris
This commit is contained in:
@@ -3,7 +3,6 @@ use crate::spec::TargetOptions;
|
||||
pub fn opts() -> TargetOptions {
|
||||
TargetOptions {
|
||||
os: "solaris".to_string(),
|
||||
vendor: "sun".to_string(),
|
||||
dynamic_linking: true,
|
||||
executables: true,
|
||||
has_rpath: true,
|
||||
|
||||
Reference in New Issue
Block a user