Skip to content

Commit

Permalink
toolchain/sysdev-toolchain: the tuple is not always arm-training-linu…
Browse files Browse the repository at this point in the history
…x-musleabihf

It's only this one on BeaglePlay.

Signed-off-by: Thomas Petazzoni <[email protected]>
  • Loading branch information
tpetazzoni committed Nov 30, 2024
1 parent 5baaee6 commit 4d4af52
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions labs/sysdev-toolchain/sysdev-toolchain.tex
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,11 @@ \section{Configure the toolchain to produce}
}{
\begin{itemize}
\item Set \code{Tuple's vendor string} (\code{TARGET_VENDOR}) to \code{training}.
\item Set \code{Tuple's alias} (\code{TARGET_ALIAS}) to \code{arm-linux}.
This way, we will be able to use the compiler as \code{arm-linux-gcc}
instead of \code{arm-training-linux-musleabihf-gcc}, which is
much longer to type.
\item Set \code{Tuple's alias} (\code{TARGET_ALIAS}) to
\code{arm-linux}. This way, we will be able to use the compiler
with \code{arm-linux-gcc}, a shorter name that the name based on
complete toolchain tuple.
type.
\end{itemize}
}

Expand Down

0 comments on commit 4d4af52

Please sign in to comment.