commit | 8be32f7ba38483884afe8d7f2273e7d9c32e0f8d | [log] [tgz] |
---|---|---|
author | Andrew Geissler <geissonator@yahoo.com> | Mon Aug 27 11:06:26 2018 -0700 |
committer | Andrew Geissler <geissonator@yahoo.com> | Wed Aug 29 06:24:04 2018 -0700 |
tree | 2e00c6cab6945b683ae852094c7554313cc41e07 | |
parent | c39d923fee581533775e37be3f59f77c021718ee [diff] |
Add -flto to CXXFLAGS Per openbmc/openbmc#3364, adding -flto to CXX flags in order to reduce overall library and binary sizes. Ref: https://gcc.gnu.org/wiki/LinkTimeOptimization Tested: Verified it compiled and booted to Ready in QEMU Change-Id: I64ffa450d8cd964e01d78ce5bbc97b93df47509d Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
OpenPower PNOR (Processor NOR) Code Management provides a set of host software management applications for OpenPower systems. The host firmware is stored on the PNOR chip. More information can be found at Software Architecture or Host Code Update
To build this package, do the following steps: 1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make To clean the repository run `./bootstrap.sh clean`.