mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-21 19:48:46 +00:00
Fix symbol defines in config.h.cmake
These were incorrectly pointing to HAVE_LOG despite being checked for correctly in config-ix.cmake. Patch by James Lyon! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194051 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f6157f00db
commit
ddfc20dea4
@ -129,13 +129,13 @@
|
||||
#cmakedefine HAVE_LOG10 ${HAVE_LOG10}
|
||||
|
||||
/* Define to 1 if you have the `exp' function. */
|
||||
#cmakedefine HAVE_EXP ${HAVE_LOG}
|
||||
#cmakedefine HAVE_EXP ${HAVE_EXP}
|
||||
|
||||
/* Define to 1 if you have the `exp2' function. */
|
||||
#cmakedefine HAVE_EXP2 ${HAVE_LOG2}
|
||||
#cmakedefine HAVE_EXP2 ${HAVE_EXP2}
|
||||
|
||||
/* Define to 1 if you have the `exp10' function. */
|
||||
#cmakedefine HAVE_EXP10 ${HAVE_LOG10}
|
||||
#cmakedefine HAVE_EXP10 ${HAVE_EXP10}
|
||||
|
||||
/* Define to 1 if you have the `fmodf' function. */
|
||||
#cmakedefine HAVE_FMODF ${HAVE_FMODF}
|
||||
|
Loading…
Reference in New Issue
Block a user