Skip to content

Commit

Permalink
yocto: slides: SDK: remove 'unset LDFLAGS' for kernel builds
Browse files Browse the repository at this point in the history
This is not needed since v4.19, commit d503ac531a52 ("kbuild: rename
LDFLAGS to KBUILD_LDFLAGS").

Reported-by: Antonin Godard <[email protected]>
Commit-found-by: Louis Chauvet <[email protected]>
Signed-off-by: Luca Ceresoli <[email protected]>
  • Loading branch information
lucaceresoli committed Oct 3, 2024
1 parent 76317a6 commit df9e595
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions slides/yocto-sdk/yocto-sdk.tex
Original file line number Diff line number Diff line change
Expand Up @@ -225,15 +225,5 @@ \section{The Yocto Project SDK}
\end{block}
\item The \yoctovar{LDFLAGS} variable is set to be used with the C
compiler (\code{gcc}).
\begin{itemize}
\item When building the Linux kernel, unset this variable.
\begin{block}{}
\begin{minted}{console}
$ unset LDFLAGS
$ make menuconfig
$ make
\end{minted}
\end{block}
\end{itemize}
\end{itemize}
\end{frame}

0 comments on commit df9e595

Please sign in to comment.