Summary: | sys-firmware/seabios-1.7.4: Is the toolchain warning still valid? | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Fabian Henze <flyser42> |
Component: | [OLD] Core system | Assignee: | Doug Goldstein (RETIRED) <cardoe> |
Status: | RESOLVED WONTFIX | ||
Severity: | normal | CC: | virtualization |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Fabian Henze
2014-06-01 10:05:41 UTC
yes, overall it's an issue because the output has to be byte-for-byte exact. if even one byte changes, you can see weird behavior wrt VM migration/resumes. this is why we default to using the precompiled binary everywhere -- try to maximize the chance that things "just work". note that a lot of the code is assembly/low level C, and it's only used as the BIOS at boot, so applying your own optimization levels won't realistically make a lick of a difference. it also won't help with things like hardening because those apply only to userland software (`ls` and such), not to OS software (BIOS, kernel, etc...). My intention was to apply a patch |