]> git.ipfire.org Git - thirdparty/xz.git/commit
Add ifunc check to CMakeLists.txt
authorHans Jansen <hansjansen162@outlook.com>
Thu, 22 Jun 2023 17:49:30 +0000 (19:49 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Tue, 27 Jun 2023 12:33:15 +0000 (15:33 +0300)
commitb72d21202402a603db6d512fb9271cfa83249639
tree1dd16ffe64c12853b89d5f990c1e8a6c3f335026
parent23b5c36fb71904bfbe16bb20f976da38dadf6c3b
Add ifunc check to CMakeLists.txt

CMake build system will now verify if __attribute__((__ifunc__())) can be
used in the build system. If so, HAVE_FUNC_ATTRIBUTE_IFUNC will be
defined to 1.
CMakeLists.txt