mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-09 03:35:20 +00:00
fix sparc architecture for autoconf
Reported-by : Denny Schierz <linuxmail@4lin.net> Signed-off-by: Daniel Lezcano <daniel.lezcano@free.fr>
This commit is contained in:
parent
97d3756cbe
commit
495d6f0b06
@ -67,6 +67,7 @@ AC_DEFUN([AC_LINUX_SRCARCH],[
|
|||||||
s390*-*) LINUX_SRCARCH=s390;;
|
s390*-*) LINUX_SRCARCH=s390;;
|
||||||
arm*-*) LINUX_SRCARCH=arm;;
|
arm*-*) LINUX_SRCARCH=arm;;
|
||||||
mips*-*) LINUX_SRCARCH=mips;;
|
mips*-*) LINUX_SRCARCH=mips;;
|
||||||
|
sparc*-*) LINUX_SRCARCH=sparc;;
|
||||||
*) AC_MSG_ERROR([architecture ${host} not supported]);;
|
*) AC_MSG_ERROR([architecture ${host} not supported]);;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user