Fix: Properly set vendor in i686-win7-windows-msvc target
This commit is contained in:
parent
e836561465
commit
d9d23fa68d
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ pub fn target() -> Target {
|
||||||
let mut base = base::windows_msvc::opts();
|
let mut base = base::windows_msvc::opts();
|
||||||
base.cpu = "pentium4".into();
|
base.cpu = "pentium4".into();
|
||||||
base.max_atomic_width = Some(64);
|
base.max_atomic_width = Some(64);
|
||||||
|
base.vendor = "win7".into();
|
||||||
|
|
||||||
base.add_pre_link_args(
|
base.add_pre_link_args(
|
||||||
LinkerFlavor::Msvc(Lld::No),
|
LinkerFlavor::Msvc(Lld::No),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue