[FE training-materials-updates] Toolchains slides: improve/correct gcc and clang descriptions

Michael Opdenacker michael.opdenacker at free-electrons.com
Tue Nov 7 14:53:00 CET 2017


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

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

commit 171756068990625f84bf98a3ebe3685a2c69158e
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Tue Nov 7 14:53:00 2017 +0100

    Toolchains slides: improve/correct gcc and clang descriptions
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


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

171756068990625f84bf98a3ebe3685a2c69158e
 .../sysdev-toolchains-definition/sysdev-toolchains-definition.tex   | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/slides/sysdev-toolchains-definition/sysdev-toolchains-definition.tex b/slides/sysdev-toolchains-definition/sysdev-toolchains-definition.tex
index aaec6cf..bb4e01e 100644
--- a/slides/sysdev-toolchains-definition/sysdev-toolchains-definition.tex
+++ b/slides/sysdev-toolchains-definition/sysdev-toolchains-definition.tex
@@ -153,9 +153,11 @@ struct stat {
       Objective-C++, Go, etc. Can generate code for a large number of CPU
       architectures, including ARM, AVR, Blackfin, CRIS, FRV, M32, MIPS,
       MN10300, PowerPC, SH, v850, x86, x86\_64, IA64, Xtensa, etc.
-    \item Available under the GPL license, libraries under the LGPL.
+    \item Available under the GPL license, libraries under the GPL with
+      linking exception.
     \item Alternative: Clang / LLVM compiler (\url{http://clang.llvm.org/})
-      getting increasingly popular and able to compile most programs.
+      getting increasingly popular and able to compile most programs
+      (license: MIT/BSD type)
     \end{itemize}
     \column{0.2\textwidth}
     \includegraphics[width=0.7\textwidth]{slides/sysdev-toolchains-definition/gcc.png}




More information about the training-materials-updates mailing list