diff options
author | Matt Ploetz <maploetz@us.ibm.com> | 2016-09-01 18:18:56 -0500 |
---|---|---|
committer | Matt Ploetz <maploetz@us.ibm.com> | 2016-09-01 18:18:56 -0500 |
commit | c19ce76c66f62fcfa4ad73535141fde0b3b933d0 (patch) | |
tree | 7d8e380a8e2dfb6abc1e2001eca0b85e011e1b26 /openpower/package/ppe42-gcc/Config.in | |
parent | 79bc726ff17245bc345ad22ba6f8e48944999527 (diff) | |
download | talos-op-build-c19ce76c66f62fcfa4ad73535141fde0b3b933d0.tar.gz talos-op-build-c19ce76c66f62fcfa4ad73535141fde0b3b933d0.zip |
Build PPE42 packages
Diffstat (limited to 'openpower/package/ppe42-gcc/Config.in')
-rw-r--r-- | openpower/package/ppe42-gcc/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/openpower/package/ppe42-gcc/Config.in b/openpower/package/ppe42-gcc/Config.in new file mode 100644 index 00000000..d6837124 --- /dev/null +++ b/openpower/package/ppe42-gcc/Config.in @@ -0,0 +1,6 @@ +config BR2_PACKAGE_HOST_PPE42_GCC + bool "ppe42-gcc" + default y if (BR2_OPENPOWER_PLATFORM && BR2_powerpc_power9) + select BR2_CPP + help + Project to build the PPE42 gcc |