commit | 9e178b740af10ba6993ac55e59934b71a628dd09 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Oct 06 15:33:36 2021 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Oct 06 15:34:02 2021 -0500 |
tree | 1950bf9d35390331ce6c031bae47ef49c5032d06 | |
parent | 1a9a5a6a144e81d8b61e6f999d8de7cba731ae6e [diff] |
build: switch to C++20 Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I96e1c035f3fe151c63ac1fd8cef2d5257be419d9
Contains procedures that interact with the OpenPower nest chipset.
To build this package, do the following steps: 1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make To build with phal feature: 1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} --enable-phal --enable-openfsi 3. make To clean the repository run `./bootstrap.sh clean`.