f78ea9fcf0
Rename the external toolchain directory. When new backends are here, it will be easier to sort them out if they are all prefixed the same way. Signed-off-by: Yann E. MORIN <yann.morin.1998@anciens.enib.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
18 lines
423 B
Groff
18 lines
423 B
Groff
#
|
|
|
|
if BR2_TOOLCHAIN_EXTERNAL
|
|
config BR2_TOOLCHAIN_EXTERNAL_PATH
|
|
string "External toolchain path"
|
|
default "/path/to/staging_dir/usr"
|
|
help
|
|
Path to where the external toolchain is installed.
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_PREFIX
|
|
string "External toolchain prefix"
|
|
default "$(ARCH)-linux"
|
|
help
|
|
This the the external toolchain prefix. For example:
|
|
armeb-unknown-linux-gnu, mipsel-unknown-linux-gnu, etc.
|
|
|
|
endif
|