mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-06-04 18:39:22 +00:00
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>
This commit is contained in:
parent
c011782c8d
commit
e7eb632cb4
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user