commit | 9d7976a8f23fd8a9975821ee80fbf2b74ac20ae7 | [log] [tgz] |
---|---|---|
author | Gunnar Mills <gmills@us.ibm.com> | Fri Oct 30 18:10:19 2020 -0500 |
committer | Matt Spinler <spinler@us.ibm.com> | Tue Nov 10 22:09:59 2020 +0000 |
tree | f1103ab2d1e7c9e4d803c2593b361dfb24fc62a8 | |
parent | ec6a1b577c1f614ebccc3350537931c11ad4de7c [diff] |
test: Makefile.am: Remove -lstdc++fs 56d14d04 dropped experimental::filesystem and removed one -lstdc++fs, this removes the other. Tested: Built the repo. Change-Id: I085ad483b317b0018e45001d6d12740ec662d811 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
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`.