mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-09-02 23:11:53 -06:00
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: Michael Strosaker <strosake@linux.vnet.ibm.com>
This commit is contained in:
parent
482b61844a
commit
3e68445503
1 changed files with 3 additions and 0 deletions
3
configure
vendored
3
configure
vendored
|
@ -1884,6 +1884,9 @@ if test "$seccomp" != "no" ; then
|
||||||
arm|aarch64)
|
arm|aarch64)
|
||||||
libseccomp_minver="2.2.3"
|
libseccomp_minver="2.2.3"
|
||||||
;;
|
;;
|
||||||
|
ppc|ppc64)
|
||||||
|
libseccomp_minver="2.3.0"
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
libseccomp_minver=""
|
libseccomp_minver=""
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue