diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2012-09-08 10:23:42 +0200 |
---|---|---|
committer | James Morris <james.l.morris@oracle.com> | 2012-09-12 04:55:31 +0200 |
commit | b25b09ecf98bf6a32f3732281c2db13be6aeb14c (patch) | |
tree | 4d7d0e8ddbca40c4d125306e2d9ea3df76f617be /scripts | |
parent | Yama: handle 32-bit userspace prctl (diff) | |
download | linux-b25b09ecf98bf6a32f3732281c2db13be6aeb14c.tar.xz linux-b25b09ecf98bf6a32f3732281c2db13be6aeb14c.zip |
samples/seccomp: fix 31 bit build on s390
On s390 the flag to force 31 builds is -m31 instead of -m32 unlike
on all (?) other architectures.
Fixes this compile error:
HOSTCC samples/seccomp/bpf-direct.o
cc1: error: unrecognized command line option "-m32"
make[2]: *** [samples/seccomp/bpf-direct.o] Error 1
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Acked-by: Kees Cook <keescook@chromium.org>
Signed-off-by: James Morris <james.l.morris@oracle.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions