Re: [PATCH 2/2] Adding strong and weak definitions

2020-06-07 Thread Sebastian Huber
On 06/06/2020 15:09, Richi Dubey wrote: Hii, Thanks for your review. The glossary is generated from specification items: https://git.rtems.org/sebh/rtems-qual.git/tree/spec/glos/term I will work on a documentation how this works in the next days. Have you already submitted one? If yes, cou

[PATCH rtems-tools] trace: Use c++14 instead of c++11 if possible

2020-06-07 Thread Christian Mauderer
llvm version 10 uses features from c++14 standard in the headers. With that, the record/record-main-lttng.cc doesn't build any more. This patch makes sure that c++14 is used if it is available. --- trace/wscript | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/trace/wscript