Re: [PATCH 2/7] selftests: add CFLAGS_EXTRA

2015-08-27 Thread Michael Ellerman
On Tue, 2015-08-25 at 20:49 +0800, Bamvor Zhang Jian wrote: > > On 08/24/2015 11:48 AM, Michael Ellerman wrote: > > On Fri, 2015-08-14 at 21:43 +0800, Bamvor Jian Zhang wrote: > >> One may pass the "-I /path/to/headers -L /path/to/lib" through > >> CFLAGS_EXTRA for cross compiling. mqueue could

Re: [PATCH 2/7] selftests: add CFLAGS_EXTRA

2015-08-27 Thread Michael Ellerman
On Tue, 2015-08-25 at 20:49 +0800, Bamvor Zhang Jian wrote: On 08/24/2015 11:48 AM, Michael Ellerman wrote: On Fri, 2015-08-14 at 21:43 +0800, Bamvor Jian Zhang wrote: One may pass the -I /path/to/headers -L /path/to/lib through CFLAGS_EXTRA for cross compiling. mqueue could compile pass

Re: [PATCH 2/7] selftests: add CFLAGS_EXTRA

2015-08-25 Thread Bamvor Zhang Jian
On 08/24/2015 11:48 AM, Michael Ellerman wrote: > On Fri, 2015-08-14 at 21:43 +0800, Bamvor Jian Zhang wrote: >> One may pass the "-I /path/to/headers -L /path/to/lib" through >> CFLAGS_EXTRA for cross compiling. mqueue could compile pass >> in this way when we provide the popt.h and libpopt.so.

Re: [PATCH 2/7] selftests: add CFLAGS_EXTRA

2015-08-25 Thread Bamvor Zhang Jian
On 08/24/2015 11:48 AM, Michael Ellerman wrote: On Fri, 2015-08-14 at 21:43 +0800, Bamvor Jian Zhang wrote: One may pass the -I /path/to/headers -L /path/to/lib through CFLAGS_EXTRA for cross compiling. mqueue could compile pass in this way when we provide the popt.h and libpopt.so. And

Re: [PATCH 2/7] selftests: add CFLAGS_EXTRA

2015-08-23 Thread Michael Ellerman
On Fri, 2015-08-14 at 21:43 +0800, Bamvor Jian Zhang wrote: > One may pass the "-I /path/to/headers -L /path/to/lib" through > CFLAGS_EXTRA for cross compiling. mqueue could compile pass > in this way when we provide the popt.h and libpopt.so. And kdbus > could compile pass with sys/capability and

Re: [PATCH 2/7] selftests: add CFLAGS_EXTRA

2015-08-23 Thread Michael Ellerman
On Fri, 2015-08-14 at 21:43 +0800, Bamvor Jian Zhang wrote: One may pass the -I /path/to/headers -L /path/to/lib through CFLAGS_EXTRA for cross compiling. mqueue could compile pass in this way when we provide the popt.h and libpopt.so. And kdbus could compile pass with sys/capability and

[PATCH 2/7] selftests: add CFLAGS_EXTRA

2015-08-14 Thread Bamvor Jian Zhang
One may pass the "-I /path/to/headers -L /path/to/lib" through CFLAGS_EXTRA for cross compiling. mqueue could compile pass in this way when we provide the popt.h and libpopt.so. And kdbus could compile pass with sys/capability and libcap.so Sed-off-by: Bamvor Jian Zhang -- Originally, I want to

[PATCH 2/7] selftests: add CFLAGS_EXTRA

2015-08-14 Thread Bamvor Jian Zhang
One may pass the -I /path/to/headers -L /path/to/lib through CFLAGS_EXTRA for cross compiling. mqueue could compile pass in this way when we provide the popt.h and libpopt.so. And kdbus could compile pass with sys/capability and libcap.so Sed-off-by: Bamvor Jian Zhang bamvor.zhangj...@linaro.org