summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authorSaeHie Park <saehie.park@gmail.com>2017-04-21 23:28:07 +0900
committerJan Vorlicek <janvorli@microsoft.com>2017-04-21 07:28:07 -0700
commitb156c8459156ffeae7172d88903d2fd0867f874e (patch)
tree915414344968a41f99a1a7d920714436e42f525b /cross
parentde27abba871bc74aa226426bc53696ddf09c9aee (diff)
downloadcoreclr-b156c8459156ffeae7172d88903d2fd0867f874e.tar.gz
coreclr-b156c8459156ffeae7172d88903d2fd0867f874e.tar.bz2
coreclr-b156c8459156ffeae7172d88903d2fd0867f874e.zip
[x86/Linux] Fix pow of tryrun (#11099)
x86/Linux has compatible math pow() This will fix CoreFX System.Tests.MathFTests.Pow() failures
Diffstat (limited to 'cross')
-rw-r--r--cross/x86/tryrun.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cross/x86/tryrun.cmake b/cross/x86/tryrun.cmake
index cfc52087c2..1bf3da935c 100644
--- a/cross/x86/tryrun.cmake
+++ b/cross/x86/tryrun.cmake
@@ -55,7 +55,7 @@ SET( HAVE_COMPATIBLE_ASIN_EXITCODE
CACHE STRING "Result from TRY_RUN" FORCE)
SET( HAVE_COMPATIBLE_POW_EXITCODE
- 1
+ 0
CACHE STRING "Result from TRY_RUN" FORCE)
SET( HAVE_VALID_NEGATIVE_INF_POW_EXITCODE