toolchain-external: add new Microblaze toolchains
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 4 Feb 2013 22:37:29 +0000 (22:37 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Fri, 22 Feb 2013 23:12:14 +0000 (00:12 +0100)
commit313094d7874a4dd8638a83be7952dda490eaa1bc
tree6ab7aacb88b1d34383defd8fbb0708ec08fe98a0
parentfe1504bb62722ddc815f2043a28dd9bec7e36653
toolchain-external: add new Microblaze toolchains

The existing Microblaze toolchains that we have have the annoying
property of being based on a very old glibc version: 2.3.6. Xilinx
provides newer toolchains with glibc 2.14, generated by Crosstool-NG,
but they are only available as part of a huge Git repository that
contains the gcc, Linux, binutils, glibc sources unpacked (4.4 GB
total), which makes is very unpractical.

I contacted the Xilinx person who did those toolchains, but they
apparently didn't intend to change that anytime soon.

So, we have created a tarball for those toolchains, adding a
README.txt file in the tarball that points back to the original
location that contains the source code for them. Those tarballs are
hosted on sources.buildroot.net.

This commit then adds support for those two new external toolchains,
one for little endian Microblaze, another one for big endian
Microblaze.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
toolchain/toolchain-external/Config.in
toolchain/toolchain-external/ext-tool.mk