Re: [Lxc-users] [PATCH 1/3] Add arm as a supported srcarch

2011-07-24 Thread Daniel Lezcano
On 07/13/2011 01:24 AM, Serge Hallyn wrote: > From: Serge Hallyn > > Otherwise building on armel fails with > > checking for linux SRCARCH... configure: error: architecture > arm-unknown-linux-gnueabi not supported > > See https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/745884 for details. > >

[Lxc-users] [PATCH 1/3] Add arm as a supported srcarch

2011-07-12 Thread Serge Hallyn
From: Serge Hallyn Otherwise building on armel fails with checking for linux SRCARCH... configure: error: architecture arm-unknown-linux-gnueabi not supported See https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/745884 for details. Author: Marcin Juszkiewicz Signed-off-by: Serge Hallyn --