]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
Apply float abi flag to all files in cmake (same as configure). 668/head
authorNathan Moinvaziri <nathan@nathanm.com>
Wed, 1 Jul 2020 03:57:47 +0000 (20:57 -0700)
committerNathan Moinvaziri <nathan@nathanm.com>
Thu, 2 Jul 2020 05:35:28 +0000 (22:35 -0700)
commitf28864b9af5719aa2e23f2eb3af9d73b4334822d
tree1791690aeda148795d371bb3fbfdf02337917425
parentad89d5131b29d15f752ac3ef977784ded1fd12a3
Apply float abi flag to all files in cmake (same as configure).
Don't override -mfloat-abi if set via -DCMAKE_C_FLAGS in cmake.
Only set -mfloat-abi=softfp if compiler ends in eabi in cmake. (same as configure).
CMakeLists.txt