[PATCH 1/5] samples/seccomp: be less stupid about cross compiling

2013-01-25 Thread Arnd Bergmann
The seccomp filters are currently built for the build host, not for the machine that they are going to run on, but they are also built for with the -m32 flag if the kernel is built for a 32 bit machine, both of which seems rather odd. It broke allyesconfig on my machine, which is x86-64, but

[PATCH 1/5] samples/seccomp: be less stupid about cross compiling

2013-01-25 Thread Arnd Bergmann
The seccomp filters are currently built for the build host, not for the machine that they are going to run on, but they are also built for with the -m32 flag if the kernel is built for a 32 bit machine, both of which seems rather odd. It broke allyesconfig on my machine, which is x86-64, but