Commit 495d6f0b by Daniel Lezcano

fix sparc architecture for autoconf

Reported-by : Denny Schierz <linuxmail@4lin.net> Signed-off-by: 's avatarDaniel Lezcano <daniel.lezcano@free.fr>
parent 97d3756c
...@@ -67,6 +67,7 @@ AC_DEFUN([AC_LINUX_SRCARCH],[ ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment