Re: [PATCH v2] samples/seccomp/Makefile: Do not build tests if cross-compiling for MIPS

2014-03-12 Thread Markos Chandras
On 02/19/2014 10:15 AM, Markos Chandras wrote: The Makefile is designed to use the host toolchain so it may be unsafe to build the tests if the kernel has been configured and built for another architecture. This fixes a build problem when the kernel has been configured and built for the MIPS

Re: [PATCH v2] samples/seccomp/Makefile: Do not build tests if cross-compiling for MIPS

2014-03-12 Thread Markos Chandras
On 02/19/2014 10:15 AM, Markos Chandras wrote: The Makefile is designed to use the host toolchain so it may be unsafe to build the tests if the kernel has been configured and built for another architecture. This fixes a build problem when the kernel has been configured and built for the MIPS

[PATCH v2] samples/seccomp/Makefile: Do not build tests if cross-compiling for MIPS

2014-02-19 Thread Markos Chandras
The Makefile is designed to use the host toolchain so it may be unsafe to build the tests if the kernel has been configured and built for another architecture. This fixes a build problem when the kernel has been configured and built for the MIPS architecture but the host is not MIPS

[PATCH v2] samples/seccomp/Makefile: Do not build tests if cross-compiling for MIPS

2014-02-19 Thread Markos Chandras
The Makefile is designed to use the host toolchain so it may be unsafe to build the tests if the kernel has been configured and built for another architecture. This fixes a build problem when the kernel has been configured and built for the MIPS architecture but the host is not MIPS