On Thu, Mar 13, 2025 at 6:27 PM Bruce Richardson
wrote:
>
> On Tue, Mar 11, 2025 at 10:56:03AM +0100, David Marchand wrote:
> > Rather than maintain a file in parallel of the code, symbols to be
> > exported can be marked with a token RTE_EXPORT_*SYMBOL.
> >
> > From those marks, the build framewo
On Fri, Mar 14, 2025 at 4:28 PM Andre Muezerie
wrote:
>
> On Tue, Mar 11, 2025 at 10:56:03AM +0100, David Marchand wrote:
> > Rather than maintain a file in parallel of the code, symbols to be
> > exported can be marked with a token RTE_EXPORT_*SYMBOL.
> >
> > >From those marks, the build framewor
On Fri, Mar 14, 2025 at 3:24 PM Thomas Monjalon wrote:
>
> 11/03/2025 10:56, David Marchand:
> > +if is_ms_linker
> > +link_mode = 'msvc'
>
> It can be MSVC or clang.
> mslinker may be a better naming.
>
> > +elif is_windows
> > +link_mode = 'mingw'
> > +
On Tue, Mar 11, 2025 at 10:56:03AM +0100, David Marchand wrote:
> Rather than maintain a file in parallel of the code, symbols to be
> exported can be marked with a token RTE_EXPORT_*SYMBOL.
>
> >From those marks, the build framework generates map files only for
> symbols actually compiled (which
11/03/2025 10:56, David Marchand:
> +if is_ms_linker
> +link_mode = 'msvc'
It can be MSVC or clang.
mslinker may be a better naming.
> +elif is_windows
> +link_mode = 'mingw'
> +else
> +link_mode = 'gnu'
> +endif
On Tue, Mar 11, 2025 at 10:56:03AM +0100, David Marchand wrote:
> Rather than maintain a file in parallel of the code, symbols to be
> exported can be marked with a token RTE_EXPORT_*SYMBOL.
>
> From those marks, the build framework generates map files only for
> symbols actually compiled (which m
6 matches
Mail list logo