From: Daniel Lezcano Date: Sun, 26 Feb 2012 09:56:38 +0000 (+0100) Subject: fix sparc architecture for autoconf X-Git-Tag: lxc-0.8.0-rc2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=495d6f0b0617024c3b604d72d22841c7fe203d63;p=thirdparty%2Flxc.git fix sparc architecture for autoconf Reported-by : Denny Schierz Signed-off-by: Daniel Lezcano --- diff --git a/config/linux.m4 b/config/linux.m4 index 67fb98c33..a4e9fa83a 100644 --- a/config/linux.m4 +++ b/config/linux.m4 @@ -67,6 +67,7 @@ AC_DEFUN([AC_LINUX_SRCARCH],[ s390*-*) LINUX_SRCARCH=s390;; arm*-*) LINUX_SRCARCH=arm;; mips*-*) LINUX_SRCARCH=mips;; + sparc*-*) LINUX_SRCARCH=sparc;; *) AC_MSG_ERROR([architecture ${host} not supported]);; esac