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 | 84354c70bd3d1b20ec40883c6caf06fe26c27807 (patch) | |
| tree | 95e967ebd4f9afcde503347311dbebdbadc6a5ad /include/llvm/Config | |
| parent | b5663c7c1eaf8cf8fb1d857780811ea3bf2c7b58 (diff) | |
| download | external_llvm-84354c70bd3d1b20ec40883c6caf06fe26c27807.zip external_llvm-84354c70bd3d1b20ec40883c6caf06fe26c27807.tar.gz external_llvm-84354c70bd3d1b20ec40883c6caf06fe26c27807.tar.bz2 | |
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 'include/llvm/Config')
| -rw-r--r-- | include/llvm/Config/config.h.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/Config/config.h.cmake b/include/llvm/Config/config.h.cmake index d8de146..fa5d316 100644 --- a/include/llvm/Config/config.h.cmake +++ b/include/llvm/Config/config.h.cmake @@ -98,7 +98,7 @@ #cmakedefine HAVE_FCNTL_H ${HAVE_FCNTL_H} /* Set to 1 if the finite function is found in <ieeefp.h> */ -#undef HAVE_FINITE_IN_IEEEFP_H +#cmakedefine HAVE_FINITE_IN_IEEEFP_H ${HAVE_FINITE_IN_IEEEFP_H} /* Define to 1 if you have the `floorf' function. */ #cmakedefine HAVE_FLOORF ${HAVE_FLOORF} @@ -289,7 +289,7 @@ #undef HAVE_ROUNDF /* Define to 1 if you have the `sbrk' function. */ -#undef HAVE_SBRK +#cmakedefine HAVE_SBRK ${HAVE_SBRK} /* Define to 1 if you have the `setenv' function. */ #cmakedefine HAVE_SETENV ${HAVE_SETENV} |
