blob: cad96c0490f5936cfe23d12b5bcc1792b9a19bf8 [file] [log] [blame]
Klaus Heinrich Kiwie6116742020-05-12 14:42:44 -03001config 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
7if BR2_PACKAGE_P8_PORE_TOOLCHAIN_EXTERNAL
8config BR2_PACKAGE_PROVIDES_P8_PORE_TOOLCHAIN
9 default "p8-pore-toolchain-external"
10
11config 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
18endif
19