diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-02-23 16:04:34 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-02-23 22:17:18 +0100 |
commit | 08ad8a7c0449cacc237215737c182f6730c6bc12 (patch) | |
tree | 33135898a9a474bff1183b291aab763bff52c3a4 /docs/manual | |
parent | ba4146c37cef697b1c9e0d606692f895be6060d0 (diff) | |
download | buildroot-08ad8a7c0449cacc237215737c182f6730c6bc12.tar.gz buildroot-08ad8a7c0449cacc237215737c182f6730c6bc12.zip |
docs/manual: update external toolchain examples
Replace ADI by Analog Devices, which is clearer for most people, and
remove the Xilinx external toolchains since we have deprecated them.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'docs/manual')
-rw-r--r-- | docs/manual/configure.txt | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/manual/configure.txt b/docs/manual/configure.txt index b566e8a022..a6afafb190 100644 --- a/docs/manual/configure.txt +++ b/docs/manual/configure.txt @@ -138,10 +138,9 @@ http://www.linaro.org[Linaro] for ARM, http://www.mentor.com/embedded-software/sourcery-tools/sourcery-codebench/editions/lite-edition/[Sourcery CodeBench] for ARM, x86, x86-64, PowerPC, MIPS and SuperH, https://blackfin.uclinux.org/gf/project/toolchain[Blackfin toolchains -from ADI], http://git.xilinx.com/[Xilinx toolchains for Microblaze], -etc.) and is capable of downloading them automatically, or it can be -pointed to a custom toolchain, either available for download or -installed locally. +from Analog Devices], etc.) and is capable of downloading them +automatically, or it can be pointed to a custom toolchain, either +available for download or installed locally. Then, you have three solutions to use an external toolchain: |