blob: 3d6978208969034849fcbdd65b5b3e3d50cd6f6b [file] [log] [blame]
Patrick Williams01f14c82014-12-11 19:03:42 -06001config BR2_PACKAGE_HOST_P8_PORE_BINUTILS
Brian Silvercb565552014-12-11 12:51:36 -06002 bool "p8-pore-binutils"
Stewart Smith802be772018-04-26 17:40:23 +10003 default y if (BR2_OPENPOWER_POWER8)
Klaus Heinrich Kiwidc4a86f2020-05-11 16:29:14 -03004 select BR2_PACKAGE_HAS_P8_PORE_TOOLCHAIN
Brian Silvercb565552014-12-11 12:51:36 -06005 select BR2_CPP
6 help
7 Project to build the P8 PORE binutils
Klaus Heinrich Kiwidc4a86f2020-05-11 16:29:14 -03008
9if BR2_PACKAGE_HOST_P8_PORE_BINUTILS
10config BR2_PACKAGE_PROVIDES_P8_PORE_TOOLCHAIN
11 default "p8-pore-binutils"
12endif