mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
buildman: Add a few more toolchain examples to the README
The current README is a bit sparse in this area, so add a few more examples. Suggested-by: Tom Rini <trini@ti.com> Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
28370c1b99
commit
e956947858
1 changed files with 2 additions and 0 deletions
|
@ -134,6 +134,8 @@ example:
|
|||
root: /
|
||||
rest: /toolchains/*
|
||||
eldk: /opt/eldk-4.2
|
||||
arm: /opt/linaro/gcc-linaro-arm-linux-gnueabihf-4.8-2013.08_linux
|
||||
aarch64: /opt/linaro/gcc-linaro-aarch64-none-elf-4.8-2013.10_linux
|
||||
|
||||
[toolchain-alias]
|
||||
x86: i386
|
||||
|
|
Loading…
Reference in a new issue