]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Support CMake build on AIX 679/head
authorEric N. Vander Weele <ericvw@gmail.com>
Tue, 5 Apr 2016 00:20:59 +0000 (20:20 -0400)
committerEric N. Vander Weele <ericvw@gmail.com>
Tue, 5 Apr 2016 00:20:59 +0000 (20:20 -0400)
commit662297e338c310bc5721601fd2ede888ea4eebff
tree0616ca494f5c58e806bc125e60fbc2e7b75ba63b
parent6be1da5dce0c5196a03efc970a18d4a4a9c4204f
Support CMake build on AIX

This change introduces support for building on AIX via CMake.  `gcc`
warning options are mapped to equivalent options in the `xlc` suite
where possible.  The compiler is overridden to be `xlc_r` instead of
`cc` for thread-safe compilation and linking.

Signed-off-by: Eric N. Vander Weele <ericvw@gmail.com>
CMakeLists.txt