Earlier quoted context omitted.
I am not sure what you mean, but in the chrooted environment where you compile for a distinct machine you obviously use configuration options, including compiler flags, appropriate for the target computer, not for the host computer, so "-mtune=native" cannot be used. My point is that you do not need to setup a binrepo or any other complication like this. You can install easily Gentoo on a very weak computer, by perfo…
> not for the host computer, so "mtune=native" cannot be used. Right, I am sure they intended it to be absurd in an amusing way.
Although, I do somewhat think that working out good optimization flags for cross-platform compiles is a moderately unusual skill, even among people who compile things regularly. Hopefully I caveated that sufficiently, I’m not saying it is a hyper-advanced dark art or anything.
I have in the past set up code on a cluster to just compile on one node for the first run with -mtune=native because I’m lazy!