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 serge.hal...@canonical.com

 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 marcin.juszkiew...@linaro.org
 Signed-off-by: Serge Hallyn serge.hal...@canonical.com
 ---
Applied.

--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
Lxc-users mailing list
Lxc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxc-users


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

2011-07-12 Thread Serge Hallyn
From: Serge Hallyn serge.hal...@canonical.com

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 marcin.juszkiew...@linaro.org
Signed-off-by: Serge Hallyn serge.hal...@canonical.com
---
 config/linux.m4 |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/config/linux.m4 b/config/linux.m4
index 338f393..e117923 100644
--- a/config/linux.m4
+++ b/config/linux.m4
@@ -65,6 +65,7 @@ AC_DEFUN([AC_LINUX_SRCARCH],[
x86_64-*) LINUX_SRCARCH=x86;;
powerpc*-*) LINUX_SRCARCH=powerpc;;
s390*-*) LINUX_SRCARCH=s390;;
+   arm*-*) LINUX_SRCARCH=arm;;
*) AC_MSG_ERROR([architecture ${host} not supported]);;
esac
 
-- 
1.7.4.1


--
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on Lean Startup 
Secrets Revealed. This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
___
Lxc-users mailing list
Lxc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxc-users