提交 d66ed0ea 编写于 作者: A Aurelien Jarno

tcg-s390: correctly detect s390 with a 64-bit kernel

Signed-off-by: NAurelien Jarno <aurelien@aurel32.net>
上级 b0cb640a
......@@ -193,6 +193,12 @@ elif check_define __mips__ ; then
cpu="mips"
elif check_define __ia64__ ; then
cpu="ia64"
elif check_define __s390__ ; then
if check_define __s390x__ ; then
cpu="s390x"
else
cpu="s390"
fi
else
cpu=`uname -m`
fi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册