diff options
author | Baruch Siach <baruch@tkos.co.il> | 2017-06-16 06:32:50 +0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-06-20 22:12:28 +0200 |
commit | 598486cdf70eaee2c25c1bae0da15710732ef54c (patch) | |
tree | fe5ced46fba9a0019a0953efd05c307c9a8ed751 | |
parent | 5b051112506d0b8df48cf2b742d5dc8d2f9d80a4 (diff) | |
download | buildroot-598486cdf70eaee2c25c1bae0da15710732ef54c.tar.gz buildroot-598486cdf70eaee2c25c1bae0da15710732ef54c.zip |
toolchain-external: update list of toolchains
Remove mention of toolchains the we don't have.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | toolchain/toolchain-external/pkg-toolchain-external.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/toolchain/toolchain-external/pkg-toolchain-external.mk b/toolchain/toolchain-external/pkg-toolchain-external.mk index 856be65669..826934505e 100644 --- a/toolchain/toolchain-external/pkg-toolchain-external.mk +++ b/toolchain/toolchain-external/pkg-toolchain-external.mk @@ -13,10 +13,9 @@ # * Toolchains provided by Linaro for the ARM and AArch64 # architectures # * Sourcery CodeBench toolchains (from Mentor Graphics) for the ARM, -# MIPS, PowerPC, x86, x86_64 and NIOS 2 architectures. For the MIPS +# MIPS, PowerPC, x86_64 and NIOS 2 architectures. For the MIPS # toolchain, the -muclibc variant isn't supported yet, only the # default glibc-based variant is. -# * Xilinx toolchains for the Microblaze architecture # * Synopsys DesignWare toolchains for ARC cores # # The basic principle is the following |