Re: [CMake] uname -p -> unknown

2008-03-28 Thread Andreas Schneider
Mathieu Malaterre wrote: On Fri, Mar 28, 2008 at 12:16 PM, Mathieu Malaterre <[EMAIL PROTECTED]> wrote: Hi according to the doc of uname: ... -p, --processor print the processor type or "unknown" ... Well this is happening in my case: $ uname -a Linux arrakis 2.6.18-4-

Re: [CMake] uname -p -> unknown

2008-03-28 Thread Mathieu Malaterre
On Fri, Mar 28, 2008 at 12:16 PM, Mathieu Malaterre <[EMAIL PROTECTED]> wrote: > Hi > > according to the doc of uname: > > ... >-p, --processor > print the processor type or "unknown" > ... > > Well this is happening in my case: > > $ uname -a > Linux arrakis 2.6.18-4-amd64

[CMake] uname -p -> unknown

2008-03-28 Thread Mathieu Malaterre
Hi according to the doc of uname: ... -p, --processor print the processor type or "unknown" ... Well this is happening in my case: $ uname -a Linux arrakis 2.6.18-4-amd64 #1 SMP Fri May 4 00:37:33 UTC 2007 x86_64 GNU/Linux $ uname -p unknown $ uname -m x86_64 I do not know ho