aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorSerge Hallyn <serge.hallyn@canonical.com>2011-07-25 00:22:50 +0200
committerDaniel Lezcano <dlezcano@fr.ibm.com>2011-07-25 00:22:50 +0200
commite7eb632cb4365d800939ab20021920468c1ce7db (patch)
treeb83a0ce78f25c55a9fdd4c454e90bd5903b9b965 /config
parentfix lxc-ps to work with systemd (diff)
downloadlxc-e7eb632cb4365d800939ab20021920468c1ce7db.tar.gz
lxc-e7eb632cb4365d800939ab20021920468c1ce7db.tar.bz2
lxc-e7eb632cb4365d800939ab20021920468c1ce7db.zip
Add arm as a supported srcarch
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. Signed-off-by: Serge Hallyn <serge.hallyn@canonical.com> Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
Diffstat (limited to 'config')
-rw-r--r--config/linux.m41
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