ср, 19 сент. 2018 г. в 11:38, Walter Dnes <waltd...@waltdnes.org>: > > On Tue, Sep 18, 2018 at 10:22:30AM +0300, gevisz wrote > > > What will be the correct march cflag for Intel Pentium > > Dual-Core E2160 SLA8Z Malay processor to set up in > > make.conf ? > > If you have gcc *ON THE TARGET MACHINE*, execute the command... > > gcc -c -Q -march=native --help=target | grep march= > > ...to find out what "-march=native" yields.
Unfortunately, currently, I don't have an access to the target computer. Can I use the output of lspci instead of the command above? I have just got it by e-mail and attached the corresponding image to one of my previous replies in this thread. > According to > http://www.cpu-world.com/sspec/SL/SLA8Z.html it has... > > MMX SSE SSE2 SSE3 SSSE3 Do you mean that it would be enough to set CFLAGS="-O2 -pipe mmx sse sse2 sse3 ssse3" without setting the march cflag at all? > > Am I right to use amd64 stage3 for Intel Pentium > > Dual-Core E2160 SLA8Z Malay processor? > > Yes... assuming you want 64-bit mode. Ok. Thank you for your reply.