Re: [PATCH rtems_waf] rtems.py: Fix typo

2019-09-18 Thread Chris Johns
Pushed. Thanks Chris On 19/9/19 4:14 am, Vijay Kumar Banerjee wrote: > --- > rtems.py | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/rtems.py b/rtems.py > index 2e57de4..af4b5fd 100644 > --- a/rtems.py > +++ b/rtems.py > @@ -326,7 +326,7 @@ def check_cc(conf, *k, *

[PATCH rtems_waf] rtems.py: Fix typo

2019-09-18 Thread Vijay Kumar Banerjee
--- rtems.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rtems.py b/rtems.py index 2e57de4..af4b5fd 100644 --- a/rtems.py +++ b/rtems.py @@ -326,7 +326,7 @@ def check_cc(conf, *k, **kw): kw['fragment'] = test_application() conf.check_cc(*k, **kw) -def ch