diff options
author | Edward O'Callaghan <eocallaghan@auroraux.org> | 2009-10-12 04:00:11 +0000 |
---|---|---|
committer | Edward O'Callaghan <eocallaghan@auroraux.org> | 2009-10-12 04:00:11 +0000 |
commit | c6cf5fe595cd3cec3f8320ec29118e0e2b39b28c (patch) | |
tree | 95e967ebd4f9afcde503347311dbebdbadc6a5ad /cmake/config-ix.cmake | |
parent | 67f7d549db4c6e578454c740ba0c3931304bef3b (diff) |
Fix LLVM CMake build system so that it may now work on Solaris and AuroraUX.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83819 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'cmake/config-ix.cmake')
-rwxr-xr-x | cmake/config-ix.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/config-ix.cmake b/cmake/config-ix.cmake index 320aaf8994..320335cf0f 100755 --- a/cmake/config-ix.cmake +++ b/cmake/config-ix.cmake @@ -75,6 +75,7 @@ check_symbol_exists(setrlimit sys/resource.h HAVE_SETRLIMIT) check_function_exists(isatty HAVE_ISATTY) check_symbol_exists(isinf cmath HAVE_ISINF_IN_CMATH) check_symbol_exists(isinf math.h HAVE_ISINF_IN_MATH_H) +check_symbol_exists(finite ieeefp.h HAVE_FINITE_IN_IEEEFP_H) check_symbol_exists(isnan cmath HAVE_ISNAN_IN_CMATH) check_symbol_exists(isnan math.h HAVE_ISNAN_IN_MATH_H) check_symbol_exists(ceilf math.h HAVE_CEILF) |