2008-12-15 16:28:48 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
if BR2_TOOLCHAIN_EXTERNAL
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_PATH
|
|
|
|
string "External toolchain path"
|
2009-02-04 14:42:40 +01:00
|
|
|
default "/path/to/staging_dir/usr"
|
2008-12-15 16:28:48 +01:00
|
|
|
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
|