Thanks, applied as 2a66f94f3e114696ee9bdbcf171cc0c3f7f9311c. Michael
[sent from post-receive hook] On Wed, 16 Jun 2021 12:35:53 +0200, Alexander Dahl <[email protected]> wrote: > Found with `codespell -i 3 -w doc/*.rst` > > Signed-off-by: Alexander Dahl <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git a/doc/dev_add_new_pkgs.rst b/doc/dev_add_new_pkgs.rst > index 4ae2765c2ce9..0dbc7a266ea8 100644 > --- a/doc/dev_add_new_pkgs.rst > +++ b/doc/dev_add_new_pkgs.rst > @@ -960,7 +960,7 @@ In our example there is a hidden dependency to the math > library > ``libm``. Our new package was built successfully, because the linker was > able to link our binaries against the ``libm`` from the toolchain. But > in this case the ``libm`` must also be available in the target’s root > -filesystem to fulfil the run-time dependency: We have to force PTXdist to > +filesystem to fulfill the run-time dependency: We have to force PTXdist to > install ``libm``. ``libm`` is part of the *glibc* package, but is not > installed by default (to keep the root filesystem small). So, it **does > not** help to select the ``GLIBC`` symbol, to get a ``libm`` at run-time. _______________________________________________ ptxdist mailing list [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
