Fix: Properly set vendor in i686-win7-windows-msvc target
This commit is contained in:
parent
e836561465
commit
d9d23fa68d
@ -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…
x
Reference in New Issue
Block a user