From: Heiko Carstens Date: Sat, 8 Sep 2012 08:23:42 +0000 (+0200) Subject: samples/seccomp: fix 31 bit build on s390 X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~32^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b25b09ecf98bf6a32f3732281c2db13be6aeb14c;p=pandora-kernel.git 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 Acked-by: Kees Cook Signed-off-by: James Morris --- Reading git-diff-tree failed