commit | 1e3455aec7e2d57e97d4a3e2a7e291488d55dbb0 | [log] [tgz] |
---|---|---|
author | Vernon Mauery <vernon.mauery@linux.intel.com> | Fri Nov 30 13:10:54 2018 -0800 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Fri Jan 11 16:59:29 2019 +0000 |
tree | 8b70ce01f1445bdeee05c24ddc1ea92320654f52 | |
parent | 48e555857f81b9dcfe1ccfe7a47adde40f1f2c00 [diff] |
ipmid: use a common set of CXX flags across ipmid and provider libraries This standardizes the set of CXX flags used to compile. This makes the file easier to read and ensures that all the libraries are all compiled with the same options as the executable. This also adds -Wno-psabi, which reduces the number of "Note:" messages when cross-compiling some STL stuff for ARM. See https://stackoverflow.com/questions/48149323/strange-gcc-warning-when-compiling-qt-project for details. Basically, gcc 6 and gcc 7 are not ABI compatible, but since the whole openbmc project uses the same compiler, we can safely ignore the informational notes. Change-Id: Idc343245404d0b471b7bec4462ac36c9477a7361 Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
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
.