[bootlin/training-materials updates] master: C libraries: recall why static executables are easier with musl (a8045ef6)

Michael Opdenacker michael.opdenacker at bootlin.com
Wed Feb 24 10:39:18 CET 2021


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/a8045ef62e1e4aaca95f86a9f267701d99df6849

>---------------------------------------------------------------

commit a8045ef62e1e4aaca95f86a9f267701d99df6849
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Wed Feb 24 10:39:18 2021 +0100

    C libraries: recall why static executables are easier with musl
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


>---------------------------------------------------------------

a8045ef62e1e4aaca95f86a9f267701d99df6849
 slides/c-libraries/c-libraries.tex | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/slides/c-libraries/c-libraries.tex b/slides/c-libraries/c-libraries.tex
index 9dca0ca6..38db83c6 100644
--- a/slides/c-libraries/c-libraries.tex
+++ b/slides/c-libraries/c-libraries.tex
@@ -136,7 +136,9 @@ compare the size
   \item If you run into trouble, it could be because of missing features
         in the C library.
   \item In case you wish to make static executables, {\em musl} will be
-        an easier choice. Note that static executables built with a given C library
+        an easier choice in terms of licensing constraints.
+	The binaries will be smaller too.
+        Note that static executables built with a given C library
         can be used in a system with a different C library.
   \end{itemize}
 \end{frame}




More information about the training-materials-updates mailing list