[FE training-materials-updates] Linaro toolchains no longer updated in Ubuntu

Michael Opdenacker michael.opdenacker at free-electrons.com
Mon Dec 8 16:11:01 CET 2014


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

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

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

commit a9c71fd317117efca72bffe1df8488ba8f241ae2
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Mon Dec 8 16:09:21 2014 +0100

    Linaro toolchains no longer updated in Ubuntu
    
    Support stopped 2 years ago when Marcin J.
    left Canonical.
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


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

a9c71fd317117efca72bffe1df8488ba8f241ae2
 slides/sysdev-toolchains-obtaining/sysdev-toolchains-obtaining.tex | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/slides/sysdev-toolchains-obtaining/sysdev-toolchains-obtaining.tex b/slides/sysdev-toolchains-obtaining/sysdev-toolchains-obtaining.tex
index f7cde6d..056029f 100644
--- a/slides/sysdev-toolchains-obtaining/sysdev-toolchains-obtaining.tex
+++ b/slides/sysdev-toolchains-obtaining/sysdev-toolchains-obtaining.tex
@@ -34,6 +34,8 @@
     \begin{itemize}
     \item Sourcery CodeBench toolchains
     \item Linaro toolchains
+    \item Toolchains packaged by your distribution\\
+	  Ubuntu example: \code{sudo apt-get install gcc-arm-linux-gnueabi}
     \item More references at \url{http://elinux.org/Toolchains}
     \end{itemize}
   \end{itemize}
@@ -73,11 +75,9 @@
       releases modified sources of stable releases of gcc, with these
       optimizations for ARM (mainly for recent Cortex A CPUs).
     \item As any gcc release, these sources can be used by build tools
-      to build their own binary toolchains (Buildroot, OpenEmbedded...)
+      to build their own binary toolchains (Buildroot, OpenEmbedded...).
       This allows to support glibc, uClibc and eglibc.
     \item \small\url{https://wiki.linaro.org/WorkingGroups/ToolChain}\normalsize
-    \item Binary packages are available for Ubuntu users,
-      \url{https://launchpad.net/~linaro-maintainers/+archive/toolchain}
     \end{itemize}
     \column{0.1\textwidth}
     \includegraphics[width=\textwidth]{slides/sysdev-toolchains-obtaining/linaro.png}



More information about the training-materials-updates mailing list