2
1

Config.in.2 423 B

1234567891011121314151617
  1. #
  2. if BR2_TOOLCHAIN_EXTERNAL
  3. config BR2_TOOLCHAIN_EXTERNAL_PATH
  4. string "External toolchain path"
  5. default "/path/to/staging_dir/usr"
  6. help
  7. Path to where the external toolchain is installed.
  8. config BR2_TOOLCHAIN_EXTERNAL_PREFIX
  9. string "External toolchain prefix"
  10. default "$(ARCH)-linux"
  11. help
  12. This the the external toolchain prefix. For example:
  13. armeb-unknown-linux-gnu, mipsel-unknown-linux-gnu, etc.
  14. endif