git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e4930e
)
samples/seccomp: fix 31 bit build on s390
author
Heiko Carstens
<heiko.carstens@de.ibm.com>
Sat, 8 Sep 2012 08:23:42 +0000
(10:23 +0200)
committer
James Morris
<james.l.morris@oracle.com>
Wed, 12 Sep 2012 02:55:31 +0000
(12:55 +1000)
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>
samples/seccomp/Makefile
patch
|
blob
|
history
diff --cc
samples/seccomp/Makefile
Simple merge