Re: [PATCH 1/4] selftests: lib: allow to override CC in the top-level Makefile

2019-01-28 Thread Daniel Díaz
Hello! On Mon, 28 Jan 2019 at 10:28, shuah wrote: > On 1/28/19 8:42 AM, Denys Dmytriyenko wrote: > > On Mon, Jan 28, 2019 at 08:01:15AM -0700, shuah wrote: > >> Hi Daniel, > >> > >> On 1/18/19 10:54 AM, Daniel Díaz wrote: > >>> Hello! > >>> > >>> On Wed, 16 Jan 2019 at 15:56, shuah wrote: >

Re: [PATCH 1/4] selftests: lib: allow to override CC in the top-level Makefile

2019-01-28 Thread shuah
On 1/28/19 8:42 AM, Denys Dmytriyenko wrote: On Mon, Jan 28, 2019 at 08:01:15AM -0700, shuah wrote: Hi Daniel, On 1/18/19 10:54 AM, Daniel Díaz wrote: Hello! On Wed, 16 Jan 2019 at 15:56, shuah wrote: On 1/16/19 10:43 AM, Daniel Díaz wrote: From: Fathi Boudra This is the problem. It

Re: [PATCH 1/4] selftests: lib: allow to override CC in the top-level Makefile

2019-01-28 Thread Denys Dmytriyenko
On Mon, Jan 28, 2019 at 08:01:15AM -0700, shuah wrote: > Hi Daniel, > > On 1/18/19 10:54 AM, Daniel Díaz wrote: > >Hello! > > > >On Wed, 16 Jan 2019 at 15:56, shuah wrote: > >> > >>On 1/16/19 10:43 AM, Daniel Díaz wrote: > >>>From: Fathi Boudra > >>> > >>>Relax CC assignment to allow to

Re: [PATCH 1/4] selftests: lib: allow to override CC in the top-level Makefile

2019-01-28 Thread shuah
Hi Daniel, On 1/18/19 10:54 AM, Daniel Díaz wrote: Hello! On Wed, 16 Jan 2019 at 15:56, shuah wrote: On 1/16/19 10:43 AM, Daniel Díaz wrote: From: Fathi Boudra Relax CC assignment to allow to override CC in the top-level Makefile. Signed-off-by: Denys Dmytriyenko Author signed-off

Re: [PATCH 1/4] selftests: lib: allow to override CC in the top-level Makefile

2019-01-18 Thread Daniel Díaz
Hello! On Wed, 16 Jan 2019 at 15:56, shuah wrote: > > On 1/16/19 10:43 AM, Daniel Díaz wrote: > > From: Fathi Boudra > > > > Relax CC assignment to allow to override CC in the top-level Makefile. > > > > Signed-off-by: Denys Dmytriyenko > > --- > > tools/testing/selftests/lib.mk | 2 +- > >

Re: [PATCH 1/4] selftests: lib: allow to override CC in the top-level Makefile

2019-01-16 Thread shuah
On 1/16/19 10:43 AM, Daniel Díaz wrote: From: Fathi Boudra Relax CC assignment to allow to override CC in the top-level Makefile. Signed-off-by: Denys Dmytriyenko --- tools/testing/selftests/lib.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH 1/4] selftests: lib: allow to override CC in the top-level Makefile

2019-01-16 Thread Daniel Díaz
From: Fathi Boudra Relax CC assignment to allow to override CC in the top-level Makefile. Signed-off-by: Denys Dmytriyenko --- tools/testing/selftests/lib.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/testing/selftests/lib.mk b/tools/testing/selftests/lib.mk