[bootlin/training-materials updates] master: Embedded Linux slides: clarify statement about compiling to another instruction set variant (3a48e46e)

Thomas Petazzoni thomas.petazzoni at bootlin.com
Fri Oct 29 10:46:37 CEST 2021


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

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

commit 3a48e46eb5d5051b85e8228d5e5852845eac9870
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Sun May 9 18:45:45 2021 +0200

    Embedded Linux slides: clarify statement about compiling to another instruction set variant
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

3a48e46eb5d5051b85e8228d5e5852845eac9870
 slides/sysdev-toolchains-options/sysdev-toolchains-options.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slides/sysdev-toolchains-options/sysdev-toolchains-options.tex b/slides/sysdev-toolchains-options/sysdev-toolchains-options.tex
index ef38ff38..d7dc6bfc 100644
--- a/slides/sysdev-toolchains-options/sysdev-toolchains-options.tex
+++ b/slides/sysdev-toolchains-options/sysdev-toolchains-options.tex
@@ -65,6 +65,6 @@
     \item To compile the C library
     \end{itemize}
   \item Even if the C library has been compiled for armv5t, it doesn't
-    prevent from compiling other programs for armv7
+    prevent from compiling bare-metal programs or the kernel for armv7.
   \end{itemize}
 \end{frame}




More information about the training-materials-updates mailing list