summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authorchunseoklee <chunseoklee@naver.com>2016-05-31 12:46:12 +0900
committerJan Kotas <jkotas@microsoft.com>2016-05-30 20:46:12 -0700
commit8868f88154bd1c02c03e10cea7df7e02e9bebf0c (patch)
treeecbf7272f505ab9d500e38ba844c838ade16274c /cross
parent42b01fd2b210ac2e9c27409f7a066adea7202934 (diff)
downloadcoreclr-8868f88154bd1c02c03e10cea7df7e02e9bebf0c.tar.gz
coreclr-8868f88154bd1c02c03e10cea7df7e02e9bebf0c.tar.bz2
coreclr-8868f88154bd1c02c03e10cea7df7e02e9bebf0c.zip
Update tryrun.cmake for arm-softfp (#5323)
Diffstat (limited to 'cross')
-rw-r--r--cross/arm-softfp/tryrun.cmake15
1 files changed, 15 insertions, 0 deletions
diff --git a/cross/arm-softfp/tryrun.cmake b/cross/arm-softfp/tryrun.cmake
index 5994e08394..3eb00f12c4 100644
--- a/cross/arm-softfp/tryrun.cmake
+++ b/cross/arm-softfp/tryrun.cmake
@@ -114,3 +114,18 @@ SET( HAVE_CLOCK_MONOTONIC_COARSE_EXITCODE
0
CACHE STRING "Result from TRY_RUN" FORCE)
+SET( HAVE_PROCFS_CTL_EXITCODE
+ 1
+ CACHE STRING "Result from TRY_RUN" FORCE)
+
+SET( HAVE_PROCFS_MAPS_EXITCODE
+ 1
+ CACHE STRING "Result from TRY_RUN" FORCE)
+
+SET( HAVE_PROCFS_STAT_EXITCODE
+ 1
+ CACHE STRING "Result from TRY_RUN" FORCE)
+
+SET( HAVE_PROCFS_STATUS_EXITCODE
+ 1
+ CACHE STRING "Result from TRY_RUN" FORCE)