Klaus Heinrich Kiwi | e611674 | 2020-05-12 14:42:44 -0300 | [diff] [blame] | 1 | config BR2_PACKAGE_P8_PORE_TOOLCHAIN_EXTERNAL |
| 2 | bool "p8-pore-toolchain-external" |
| 3 | select BR2_PACKAGE_HAS_P8_PORE_TOOLCHAIN |
| 4 | help |
| 5 | Use an external P8 PORE toolchain |
| 6 | |
| 7 | if BR2_PACKAGE_P8_PORE_TOOLCHAIN_EXTERNAL |
| 8 | config BR2_PACKAGE_PROVIDES_P8_PORE_TOOLCHAIN |
| 9 | default "p8-pore-toolchain-external" |
| 10 | |
| 11 | config BR2_P8_PORE_TOOLCHAIN_EXTERNAL_PATH |
| 12 | string "External P8 PORE toolchain path" |
| 13 | help |
| 14 | Pathname to where the external P8 PORE toolchain |
| 15 | is installed. The binutils are expected to be |
| 16 | fully contained within the |
| 17 | "sysroot/p8-pore-toolchain" directory |
| 18 | endif |
| 19 | |