-
Notifications
You must be signed in to change notification settings - Fork 31
Closed
Labels
buildingRelates to building the kernelRelates to building the kernelproposalA proposal needing further discussionA proposal needing further discussion
Milestone
Description
When building, add options for changing the CPU model.
const target = CrossTarget{
.cpu_arch = .i386,
.os_tag = .freestanding,
.cpu_model = .{ .explicit = &Target.x86.cpu._i686 },
};Where changing .cpu_model = .{ .explicit = &Target.x86.cpu.<MODEL> },
With have to think about this and the best way of doing it without having hundards of options
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
buildingRelates to building the kernelRelates to building the kernelproposalA proposal needing further discussionA proposal needing further discussion