Klaus Heinrich Kiwi | b64ca28 | 2020-05-12 14:42:44 -0300 | [diff] [blame] | 1 | config 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 | |
| 7 | if BR2_PACKAGE_PPE42_TOOLCHAIN_EXTERNAL |
| 8 | config BR2_PACKAGE_PROVIDES_PPE42_TOOLCHAIN |
| 9 | default "ppe42-toolchain-external" |
| 10 | |
| 11 | config 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 |
| 18 | endif |