[bootlin/training-materials updates] master: boot time labs: boot-time-build-system.tex: minor instruction improvement (5ceb0cc0)

Michael Opdenacker michael.opdenacker at bootlin.com
Wed Jun 7 17:41:39 CEST 2023


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

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

commit 5ceb0cc014709d5d0a727d0e34be16ce9f9ea58b
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Wed Jun 7 17:41:39 2023 +0200

    boot time labs: boot-time-build-system.tex: minor instruction improvement
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

5ceb0cc014709d5d0a727d0e34be16ce9f9ea58b
 labs/boot-time-build-system/boot-time-build-system.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/labs/boot-time-build-system/boot-time-build-system.tex b/labs/boot-time-build-system/boot-time-build-system.tex
index 20202962..8e2016d9 100644
--- a/labs/boot-time-build-system/boot-time-build-system.tex
+++ b/labs/boot-time-build-system/boot-time-build-system.tex
@@ -86,8 +86,8 @@ make menuconfig
 \item \code{Toolchain} menu
   \begin{itemize}
   \item \code{GCC compiler Version}: select \code{gcc 11.x}. This allows
-        to have the latest version of the compiler (at the time of this
-	writing), and the best available optimizations.
+        to have the most recent version of the compiler supported by
+	this Buildroot release, and the best available optimizations.
   \item Keep all the other settings unmodified. We will get
 	a toolchain with the {\em uClibc} library this way.
   \end{itemize}




More information about the training-materials-updates mailing list