commit | bd2e80a65ec3e5cc4e27c46ddcb9c0f69aa326e6 | [log] [tgz] |
---|---|---|
author | Lei YU <mine260309@gmail.com> | Wed Sep 19 11:17:09 2018 +0800 |
committer | Lei YU <mine260309@gmail.com> | Wed Sep 26 11:15:30 2018 +0800 |
tree | c1579ac297689aea898862fda75e7577bff84c50 | |
parent | ecd4bc7bf240b7d30ece98e74f7056b2cab1f38b [diff] |
Fix libfan_la_CXXFLAGS The libfan_la_CXXFLAGS was incorrectly defined as empty by a typo, fix it. Then specify gcc-ar gcc-ranlib for link time optimization, otherwise the static library will get link error. Tested: Verify the build is OK in CI, local build, and SDK build. Resolves openbmc/phosphor-fan-presence#11 Change-Id: I17c83b9927a796f8928a71688c1640d1a602a108 Signed-off-by: Lei YU <mine260309@gmail.com>