Re: [PATCH] waf: Change the test configure check for libdebugger to it's lib

2020-03-05 Thread Chris Johns
On 2020-03-06 00:58, Gedare Bloom wrote: On Thu, Mar 5, 2020 at 3:23 AM wrote: From: Chris Johns - Add support for a 'test-if-library' - Use rtems_waf's 'test_application()' fragment in the check_cc call Closes #3948 --- builder.py| 30 +++--- libbsd.py

Re: [PATCH] waf: Change the test configure check for libdebugger to it's lib

2020-03-05 Thread Gedare Bloom
On Thu, Mar 5, 2020 at 7:31 AM Sebastian Huber wrote: > > On 05/03/2020 14:58, Gedare Bloom wrote: > >> diff --git a/builder.py b/builder.py > >> index 2921bab8..0eda461f 100755 > >> --- a/builder.py > >> +++ b/builder.py > >> @@ -505,15 +505,17 @@ class > >> SourceFileIfHeaderComposer(SourceFile

Re: [PATCH] waf: Change the test configure check for libdebugger to it's lib

2020-03-05 Thread Sebastian Huber
On 05/03/2020 14:58, Gedare Bloom wrote: diff --git a/builder.py b/builder.py index 2921bab8..0eda461f 100755 --- a/builder.py +++ b/builder.py @@ -505,15 +505,17 @@ class SourceFileIfHeaderComposer(SourceFileFragmentComposer): class TestFragementComposer(BuildSystemFragmentComposer): -d

Re: [PATCH] waf: Change the test configure check for libdebugger to it's lib

2020-03-05 Thread Gedare Bloom
On Thu, Mar 5, 2020 at 3:23 AM wrote: > > From: Chris Johns > > - Add support for a 'test-if-library' > > - Use rtems_waf's 'test_application()' fragment in the check_cc > call > > Closes #3948 > --- > builder.py| 30 +++--- > libbsd.py | 4 ++-- > waf_libbsd.p

Re: [PATCH] waf: Change the test configure check for libdebugger to it's lib

2020-03-05 Thread Sebastian Huber
On 05/03/2020 11:23, chr...@rtems.org wrote: From: Chris Johns - Add support for a 'test-if-library' - Use rtems_waf's 'test_application()' fragment in the check_cc call Closes #3948 Thanks, looks good. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim,

[PATCH] waf: Change the test configure check for libdebugger to it's lib

2020-03-05 Thread chrisj
From: Chris Johns - Add support for a 'test-if-library' - Use rtems_waf's 'test_application()' fragment in the check_cc call Closes #3948 --- builder.py| 30 +++--- libbsd.py | 4 ++-- waf_libbsd.py | 28 +--- 3 files changed, 50 inser