armv7m--uclibc--stable-2020.02-1


Toolchains are hosted here: http://toolchains.bootlin.com/

All the licenses can be found here: http://toolchains.bootlin.com/downloads/releases/licenses/
All the sources can be found here: http://toolchains.bootlin.com/downloads/releases/sources/

PACKAGE      VERSION                                   LICENSE
buildroot    2020.02-00008-gf916d78                    GPL-2.0+
gcc-final    8.4.0                                     unknown
binutils     2.32                                      GPL-3.0+, libiberty LGPL-2.1+
elf2flt      7e33f28df198c46764021ed14408bd262751e148  GPL-2.0+
libzlib      1.2.11                                    Zlib
gmp          6.1.2                                     LGPL-3.0+ or GPL-2.0+
m4           1.4.18                                    GPL-3.0+
mpc          1.1.0                                     LGPL-3.0+
mpfr         4.0.2                                     LGPL-3.0+
gcc-initial  8.4.0                                     unknown
patchelf     0.9                                       GPL-3.0+
uclibc         1.0.32   LGPL-2.1+
linux-headers  4.4.215  GPL-2.0

For those who would like to reproduce the toolchain, you can just follow these steps:

    git clone https://github.com/bootlin/buildroot-toolchains.git buildroot
    cd buildroot
    git checkout toolchains.bootlin.com-2020.02

    curl http://toolchains.bootlin.com/downloads/releases/toolchains/armv7m/build_fragments/armv7m--uclibc--stable-2020.02-1.defconfig > .config
    make olddefconfig
    make

This toolchain has been built, but the infrastructure does not contains enough
informations about testing it.
This doesn't mean that this toolchain doesn't work, just that it hasn't been
fully tested.
FLAG: CAN-NOT-TEST