提交 3e684455 编写于 作者: M Michael Strosaker 提交者: Eduardo Otubo

seccomp: Add support for ppc/ppc64

Support for ppc/ppc64 is official in libseccomp 2.3.0, so modify the
configuration script to allow qemuu to enable seccomp for those platforms.
Signed-off-by: NMichael Strosaker <strosake@linux.vnet.ibm.com>
上级 482b6184
......@@ -1884,6 +1884,9 @@ if test "$seccomp" != "no" ; then
arm|aarch64)
libseccomp_minver="2.2.3"
;;
ppc|ppc64)
libseccomp_minver="2.3.0"
;;
*)
libseccomp_minver=""
;;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册