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
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