чт, 20 сент. 2018 г. в 0:56, Jack <ostrof...@users.sourceforge.net>: > > On 9/19/18 5:45 PM, gevisz wrote: > > вт, 18 сент. 2018 г. в 22:44, George Kettleborough <kett...@gmail.com>: > >> If you can run gcc on the new system first you can find out what flags > >> -march=native would produce and use those. See: > >> https://blogs.gentoo.org/mgorny/2014/06/23/inlining-marchnative-for-distcc/ > > Thank you for the link. > > > > It would be useful if I had an access to the target computer and decided > > to set up distcc. May be I would. In the future. However, currently, I don't > > have access to the target computer and hope to get without such an access. > > Just with the full name of the processor and the output of lspci command > > run on the target computer, which I got only a few minutes ago. > > The corresponding image is attached to this e-mail. > >> On Tue, 18 Sep 2018 at 08:24, gevisz <gev...@gmail.com> wrote: > >>> Currently, I am prepairing to build Gentoo system on > >>> computer with AMD Athlon 64 X2 for computer with > >>> Intel Pentium Dual-Core E2160 SLA8Z Malay processor. > >>> > >>> What will be the correct march cflag for Intel Pentium > >>> Dual-Core E2160 SLA8Z Malay processor to set up in > >>> make.conf ? > >>> > >>> Am I right to use amd64 stage3 for Intel Pentium > >>> Dual-Core E2160 SLA8Z Malay processor? > >>> > >>> Thank you in advance. > > Unless I'm missing something, I'm surprised nobody has mentioned one > potential problem. Unless you are careful, code you compile for an AMD > may not run on an Intel.
Thank you for your reply. I want to compile on AMD the code for Intel. If I did understand Gentoo manual correctly, it is possible if make.conf is set up correctly. > You should be able to come up with settings so compiled code will run > on either architecture No, I want to get Gentoo system optimized for the said Intel processor only.