[bootlin/training-materials updates] master: labs/sysdev-kernel-cross-compiling: rephrase instructions about CONFIG_GCC_PLUGINS (07c186ec)

Michael Opdenacker michael.opdenacker at bootlin.com
Tue Mar 28 10:04:58 CEST 2023


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

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

commit 07c186ec2d4553025c6405bbe8f7bae6b98e852c
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Tue Mar 28 10:04:58 2023 +0200

    labs/sysdev-kernel-cross-compiling: rephrase instructions about CONFIG_GCC_PLUGINS
    
    Which is not set in the QEMU case.
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>
    Reported-by: Andrius Pukšta


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

07c186ec2d4553025c6405bbe8f7bae6b98e852c
 .../sysdev-kernel-cross-compiling/sysdev-kernel-cross-compiling.tex | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/labs/sysdev-kernel-cross-compiling/sysdev-kernel-cross-compiling.tex b/labs/sysdev-kernel-cross-compiling/sysdev-kernel-cross-compiling.tex
index 668ba785..cc7b1713 100644
--- a/labs/sysdev-kernel-cross-compiling/sysdev-kernel-cross-compiling.tex
+++ b/labs/sysdev-kernel-cross-compiling/sysdev-kernel-cross-compiling.tex
@@ -88,9 +88,9 @@ later family which the AM335x found in the BeagleBone belongs to.}{}
 So, apply this configuration, and then run \code{make menuconfig}.
 
 \begin{itemize}
-\item Disable \kconfig{CONFIG_GCC_PLUGINS}, which will skip building special
-  {\em gcc} plugins, which would require extra dependencies for the
-  build.
+\item Disable \kconfig{CONFIG_GCC_PLUGINS} if it is set. This will skip
+  building special {\em gcc} plugins, which would require extra dependencies
+  for the build.
 \ifdefstring{\labboard}{stm32mp1}{
   \item In the \code{System Type} menu, remove support for all the SoCs except
   the STM32MP157 ones. Don't forget to disable the TI ones too which are




More information about the training-materials-updates mailing list