Re: [PATCH rtems-lwip v1 1/8] lwip.py: Add library and compile flags

2022-08-24 Thread Chris Johns
On 24/8/2022 10:32 pm, Kinsey Moore wrote: > On 8/23/2022 21:24, Chris Johns wrote: >> On 24/8/2022 5:47 am, Kinsey Moore wrote: >>> +    section_flags = ["-fdata-sections", "-ffunction-sections"] >> This is triggering a tweak ... >> https://git.rtems.org/rtems_waf/tree/rtems.py#n390. I wonder if a

Re: [PATCH rtems-lwip v1 1/8] lwip.py: Add library and compile flags

2022-08-24 Thread Kinsey Moore
On 8/23/2022 21:24, Chris Johns wrote: On 24/8/2022 5:47 am, Kinsey Moore wrote: This allows linking with libm and follows the RTEMS convention of compiling with function sections for linking optimization and dead code removal. --- lwip.py | 11 +++ wscript | 2 +- 2 files changed,

Re: [PATCH rtems-lwip v1 1/8] lwip.py: Add library and compile flags

2022-08-23 Thread Chris Johns
On 24/8/2022 5:47 am, Kinsey Moore wrote: > This allows linking with libm and follows the RTEMS convention of > compiling with function sections for linking optimization and dead code > removal. > --- > lwip.py | 11 +++ > wscript | 2 +- > 2 files changed, 12 insertions(+), 1 deletion(-)

[PATCH rtems-lwip v1 1/8] lwip.py: Add library and compile flags

2022-08-23 Thread Kinsey Moore
This allows linking with libm and follows the RTEMS convention of compiling with function sections for linking optimization and dead code removal. --- lwip.py | 11 +++ wscript | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/lwip.py b/lwip.py index f565deb..b97d273