Re: [gobolinux-devel] Kernel recipe arch detection

2012-03-26 Thread Lucas C. Villa Real
On Fri, Mar 23, 2012 at 7:21 PM, Michael Homer wrote: > Hi, > In trying to look at the other kernel issues people reported I had > repeated odd failures, which I eventually tracked down to this in the > 3.2.12 recipe (new from 3.2.7): > make_variables=( > ARCH=`grep flags /proc/cpuinfo | gre

[gobolinux-devel] Kernel recipe arch detection

2012-03-23 Thread Michael Homer
Hi, In trying to look at the other kernel issues people reported I had repeated odd failures, which I eventually tracked down to this in the 3.2.12 recipe (new from 3.2.7): make_variables=( ARCH=`grep flags /proc/cpuinfo | grep -q " lm " && echo x86_64 || echo i686` ) (and several other p