lvc / abi-compliance-checker

A tool for checking backward API/ABI compatibility of a C/C++ library
https://lvc.github.io/abi-compliance-checker/
GNU Lesser General Public License v2.1
625 stars 78 forks source link

require -fPIC on arm64 in addition to x86_64 and arm #81

Closed LocutusOfBorg closed 6 years ago

LocutusOfBorg commented 6 years ago

With gcc-8, a-c-c now fails to build its test cases with a relocation error on arm64. Add arm64 to the list of archs where we require -fPIC.

lvc commented 6 years ago

Thank you!