The issue is similar to what was fixed in commit e7eb632c for ARM: the "configure" script errors out because it is unable to set LINUX_SRCARCH. Fix is to add MIPS to the list.
Signed-off-by: Kevin Cernekee <cerne...@gmail.com> --- config/linux.m4 | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/config/linux.m4 b/config/linux.m4 index e117923..67fb98c 100644 --- a/config/linux.m4 +++ b/config/linux.m4 @@ -66,6 +66,7 @@ AC_DEFUN([AC_LINUX_SRCARCH],[ powerpc*-*) LINUX_SRCARCH=powerpc;; s390*-*) LINUX_SRCARCH=s390;; arm*-*) LINUX_SRCARCH=arm;; + mips*-*) LINUX_SRCARCH=mips;; *) AC_MSG_ERROR([architecture ${host} not supported]);; esac -- 1.7.8.3 ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Lxc-devel mailing list Lxc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/lxc-devel