Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 757cb82

Browse files
sdmacleajanvorli
authored andcommitted
[Arm64] Correct cross/arm64/tryrun.cmake (#17293)
1 parent 74d3824 commit 757cb82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cross/arm64/tryrun.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ SET( HAVE_COMPATIBLE_ASIN_EXITCODE
5555
CACHE STRING "Result from TRY_RUN" FORCE)
5656

5757
SET( HAVE_COMPATIBLE_POW_EXITCODE
58-
1
58+
0
5959
CACHE STRING "Result from TRY_RUN" FORCE)
6060

6161
SET( HAVE_VALID_NEGATIVE_INF_POW_EXITCODE
@@ -107,7 +107,7 @@ SET( HAVE_CLOCK_MONOTONIC_COARSE_EXITCODE
107107
CACHE STRING "Result from TRY_RUN" FORCE)
108108

109109
SET( HAVE_PROCFS_CTL_EXITCODE
110-
0
110+
1
111111
CACHE STRING "Result from TRY_RUN" FORCE)
112112

113113
SET( HAVE_PROCFS_MAPS_EXITCODE

0 commit comments

Comments
 (0)