Re: [gentoo-user] march cflag for Intel Pentium Dual-Core E2160 SLA8Z Malay processor

2018-10-03 Thread gevisz
ср, 3 окт. 2018 г. в 12:50, Walter Dnes : > > What's happening is that the ebuild is going through a lookup table of > CPU flags, and saying... "if you invoke a certain advanced feature, then > you also have to invoke the base version of that feature". If you ask > for the advanced feature, but

Re: [gentoo-user] march cflag for Intel Pentium Dual-Core E2160 SLA8Z Malay processor

2018-10-03 Thread Walter Dnes
What's happening is that the ebuild is going through a lookup table of CPU flags, and saying... "if you invoke a certain advanced feature, then you also have to invoke the base version of that feature". If you ask for the advanced feature, but not the base feature, it's like trying to build the

Re: [gentoo-user] march cflag for Intel Pentium Dual-Core E2160 SLA8Z Malay processor

2018-10-02 Thread Mike Gilbert
On Fri, Sep 28, 2018 at 5:33 AM Marc Joliet wrote: > > Am Freitag, 28. September 2018, 06:04:29 CEST schrieb Walter Dnes: > > mmxext does not have its own flag in /proc/cpuinfo. > > ??? > > % cat /proc/cpuinfo > [...] > flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr

Re: [gentoo-user] march cflag for Intel Pentium Dual-Core E2160 SLA8Z Malay processor

2018-10-02 Thread gevisz
вт, 2 окт. 2018 г. в 22:45, gevisz : > > So, mmxext flag is indeed absent here. > > I have not yet included it in CPU_FLAGS_X86 and think that > it produces a strange error messages when I try emerge some > packages like firefox: > > # emerge firefox > These are the packages that would be merged, i

Re: [gentoo-user] march cflag for Intel Pentium Dual-Core E2160 SLA8Z Malay processor

2018-10-02 Thread gevisz
ср, 19 сент. 2018 г. в 11:38, Walter Dnes : > > If you have gcc *ON THE TARGET MACHINE*, execute the command... > > gcc -c -Q -march=native --help=target | grep march= I finally installed a web browser on the target computer, and so can (just for the history:) copy and paste the result of running

Re: [gentoo-user] march cflag for Intel Pentium Dual-Core E2160 SLA8Z Malay processor

2018-09-28 Thread Marc Joliet
Am Freitag, 28. September 2018, 06:04:29 CEST schrieb Walter Dnes: > mmxext does not have its own flag in /proc/cpuinfo. ??? % cat /proc/cpuinfo [...] flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mm

Re: [gentoo-user] march cflag for Intel Pentium Dual-Core E2160 SLA8Z Malay processor

2018-09-27 Thread Walter Dnes
On Tue, Sep 25, 2018 at 11:11:41AM +0300, gevisz wrote > > The target processor does not support mmxext. > > Strange enough but cpuid2cpuflags shows that it does: > # cpuid2cpuflags > CPU_FLAGS_X86: mmx mmxext sse sse2 sse3 ssse3 mmxext does not have its own flag in /proc/cpuinfo. This is an

Re: [gentoo-user] march cflag for Intel Pentium Dual-Core E2160 SLA8Z Malay processor

2018-09-25 Thread gevisz
вт, 25 сент. 2018 г. в 7:07, gevisz : > > вс, 23 сент. 2018 г. в 10:10, Walter Dnes : > > > > On Thu, Sep 20, 2018 at 01:00:39AM +0300, gevisz wrote > > > , 19 . 2018 ??. ?? 11:38, Walter Dnes : > > > > > > According to > > > > http://www.cpu-world.com/sspec/SL/SLA8Z.html it has... > >

Re: [gentoo-user] march cflag for Intel Pentium Dual-Core E2160 SLA8Z Malay processor

2018-09-24 Thread gevisz
Thanks to all who has replied to this thread so far.

Re: [gentoo-user] march cflag for Intel Pentium Dual-Core E2160 SLA8Z Malay processor

2018-09-24 Thread gevisz
вс, 23 сент. 2018 г. в 10:10, Walter Dnes : > > On Thu, Sep 20, 2018 at 01:00:39AM +0300, gevisz wrote > > , 19 . 2018 ??. ?? 11:38, Walter Dnes : > > > > According to > > > http://www.cpu-world.com/sspec/SL/SLA8Z.html it has... > > > > > > MMX SSE SSE2 SSE3 SSSE3 > > > > Do you mean t

Re: [gentoo-user] march cflag for Intel Pentium Dual-Core E2160 SLA8Z Malay processor

2018-09-24 Thread james
On 9/23/18 3:09 AM, Walter Dnes wrote: > On Thu, Sep 20, 2018 at 01:00:39AM +0300, gevisz wrote >> , 19 . 2018 ??. ?? 11:38, Walter Dnes : > >>> 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 e

Re: [gentoo-user] march cflag for Intel Pentium Dual-Core E2160 SLA8Z Malay processor

2018-09-24 Thread james
On 9/23/18 3:20 AM, Walter Dnes wrote: > On Thu, Sep 20, 2018 at 01:00:39AM +0300, gevisz wrote >> , 19 . 2018 ??. ?? 11:38, Walter Dnes : > >>> 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 e

Re: [gentoo-user] march cflag for Intel Pentium Dual-Core E2160 SLA8Z Malay processor

2018-09-23 Thread Walter Dnes
On Thu, Sep 20, 2018 at 01:00:39AM +0300, gevisz wrote > , 19 . 2018 ??. ?? 11:38, Walter Dnes : > > 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

Re: [gentoo-user] march cflag for Intel Pentium Dual-Core E2160 SLA8Z Malay processor

2018-09-19 Thread Andrew Udvare
> On 2018-09-19, at 17:54, Jack wrote: > > 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. If you are just going to compile binary packages to > move and install, this m

Re: [gentoo-user] march cflag for Intel Pentium Dual-Core E2160 SLA8Z Malay processor

2018-09-19 Thread gevisz
чт, 20 сент. 2018 г. в 0:56, Jack : > > On 9/19/18 5:45 PM, gevisz wrote: > > вт, 18 сент. 2018 г. в 22:44, George Kettleborough : > >> 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/20

Re: [gentoo-user] march cflag for Intel Pentium Dual-Core E2160 SLA8Z Malay processor

2018-09-19 Thread gevisz
ср, 19 сент. 2018 г. в 11:38, Walter Dnes : > > 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 comma

Re: [gentoo-user] march cflag for Intel Pentium Dual-Core E2160 SLA8Z Malay processor

2018-09-19 Thread Jack
On 9/19/18 5:45 PM, gevisz wrote: вт, 18 сент. 2018 г. в 22:44, George Kettleborough : 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

Re: [gentoo-user] march cflag for Intel Pentium Dual-Core E2160 SLA8Z Malay processor

2018-09-19 Thread gevisz
ср, 19 сент. 2018 г. в 0:53, james : > > On 9/18/18 3:22 AM, gevisz 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 Pe

Re: [gentoo-user] march cflag for Intel Pentium Dual-Core E2160 SLA8Z Malay processor

2018-09-19 Thread gevisz
вт, 18 сент. 2018 г. в 22:44, George Kettleborough : > > 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 usefu

Re: [gentoo-user] march cflag for Intel Pentium Dual-Core E2160 SLA8Z Malay processor

2018-09-19 Thread Walter Dnes
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=

Re: [gentoo-user] march cflag for Intel Pentium Dual-Core E2160 SLA8Z Malay processor

2018-09-18 Thread james
On 9/18/18 3:22 AM, gevisz 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 s

Re: [gentoo-user] march cflag for Intel Pentium Dual-Core E2160 SLA8Z Malay processor

2018-09-18 Thread George Kettleborough
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/ George. On Tue, 18 Sep 2018 at 08:24, gevisz wrote: > > Currently, I am prepairing to build Gentoo sy

[gentoo-user] march cflag for Intel Pentium Dual-Core E2160 SLA8Z Malay processor

2018-09-18 Thread gevisz
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