[FE training-materials-updates] toolchain: update to crosstool-ng 1.18.0

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Thu May 30 16:31:11 CEST 2013


Repository : git://git.free-electrons.com/training-materials.git

On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=cac659fe4cb687fe3b705640ae4b0cbb415028aa

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

commit cac659fe4cb687fe3b705640ae4b0cbb415028aa
Author: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Date:   Thu May 30 15:21:46 2013 +0200

    toolchain: update to crosstool-ng 1.18.0
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>


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

cac659fe4cb687fe3b705640ae4b0cbb415028aa
 labs/sysdev-toolchain/sysdev-toolchain.tex |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/labs/sysdev-toolchain/sysdev-toolchain.tex b/labs/sysdev-toolchain/sysdev-toolchain.tex
index c34a80f..9ff8e23 100644
--- a/labs/sysdev-toolchain/sysdev-toolchain.tex
+++ b/labs/sysdev-toolchain/sysdev-toolchain.tex
@@ -28,7 +28,7 @@ sudo apt-get clean
 
 \section{Getting Crosstool-ng}
 
-Get the latest 1.16.x release of Crosstool-ng at
+Get the latest 1.18.x release of Crosstool-ng at
 \url{http://crosstool-ng.org}. Expand the archive right in the current
 directory, and enter the Crosstool-ng source directory.
 
@@ -85,9 +85,10 @@ In \code{Path and misc options}:
 
 In \code{Toolchain options}:
 \begin{itemize}
-\item Set \code{Tuple's alias} to \code{arm-linux}. This way, we will be able
-  to use the compiler as \code{arm-linux-gcc} instead of
-  \code{arm-unknown-linux-uclibcgnueabi-gcc}, which is much longer.
+\item Set \code{Tuple's alias} to \code{arm-linux}. This way, we will
+  be able to use the compiler as \code{arm-linux-gcc} instead of
+  \code{arm-unknown-linux-uclibcgnueabi-gcc}, which is much longer to
+  type.
 \end{itemize}
 
 In \code{Debug facilities}:



More information about the training-materials-updates mailing list