blob: 10b58db5b58568c79cacdbe88e8df8b7815ad4ed [file] [log] [blame]
Klaus Heinrich Kiwib64ca282020-05-12 14:42:44 -03001config BR2_PACKAGE_PPE42_TOOLCHAIN_EXTERNAL
2 bool "ppe42-toolchain-external"
3 select BR2_PACKAGE_HAS_PPE42_TOOLCHAIN
4 help
5 Use an external PPE42 toolchain
6
7if BR2_PACKAGE_PPE42_TOOLCHAIN_EXTERNAL
8config BR2_PACKAGE_PROVIDES_PPE42_TOOLCHAIN
9 default "ppe42-toolchain-external"
10
11config BR2_PPE42_TOOLCHAIN_EXTERNAL_PATH
12 string "External PPE42 toolchain path"
13 help
14 Pathname to where the external PPE42 toolchain is
15 installed. The compiler is expected to be fully
16 contained within the "sysroot/ppe42-toolchain"
17 directory
18endif