]> git.eshelyaron.com Git - emacs.git/commit
Only attempt to generate seccomp filter files on x86-64 systems.
authorPhilipp Stephani <phst@google.com>
Sun, 11 Apr 2021 14:22:54 +0000 (16:22 +0200)
committerPhilipp Stephani <phst@google.com>
Sun, 11 Apr 2021 14:25:09 +0000 (16:25 +0200)
commit9dc26d4a8add5b3f2a5fce7907af4f9673ae82c0
tree9a6696862dd3fbafc3b2e5a050835d49365bcfcf
parent6b3ca89cac15f56c1d7980727bce8e24834d4949
Only attempt to generate seccomp filter files on x86-64 systems.

The seccomp filters are always architecture-specific, and
seccomp-filter.c right now only supports x86-64.

* lib-src/Makefile.in (SECCOMP_FILTER): New variable.
(DONT_INSTALL, all, seccomp-filter$(EXEEXT)): Use it.
lib-src/Makefile.in