Merge branch 'qtopia-fixes' of git://git.busybox.net/~tpetazzoni/git/buildroot
[avatt.git] / toolchain / external-toolchain / Config.in.2
blob489558c0f6785ca019d94b14e7d0d8e78cbe95c4
3 if BR2_TOOLCHAIN_EXTERNAL
4 config BR2_TOOLCHAIN_EXTERNAL_PATH
5         string "External toolchain path"
6         default "/path/to/staging_dir/usr"
7         help
8           Path to where the external toolchain is installed.
10 config BR2_TOOLCHAIN_EXTERNAL_PREFIX
11         string "External toolchain prefix"
12         default "$(ARCH)-linux"
13         help
14           This the the external toolchain prefix. For example:
15             armeb-unknown-linux-gnu, mipsel-unknown-linux-gnu, etc.
17 endif