]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
fix sparc architecture for autoconf
authorDaniel Lezcano <daniel.lezcano@free.fr>
Sun, 26 Feb 2012 09:56:38 +0000 (10:56 +0100)
committerDaniel Lezcano <daniel.lezcano@free.fr>
Sun, 26 Feb 2012 09:56:38 +0000 (10:56 +0100)
Reported-by : Denny Schierz <linuxmail@4lin.net>
Signed-off-by: Daniel Lezcano <daniel.lezcano@free.fr>
config/linux.m4

index 67fb98c33c16a81d488c4938ce2000a5d785bacc..a4e9fa83acf5d9200b22754884f80461f60c219e 100644 (file)
@@ -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