summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authorJonghyun Park <parjong@gmail.com>2016-05-31 12:45:48 +0900
committerJan Kotas <jkotas@microsoft.com>2016-05-30 20:45:48 -0700
commit42b01fd2b210ac2e9c27409f7a066adea7202934 (patch)
tree6ecac4dfb04e8c33fd8de9dd869203312f409689 /cross
parent376b1fc601bdb4f37acfb7937634c928d745ef18 (diff)
downloadcoreclr-42b01fd2b210ac2e9c27409f7a066adea7202934.tar.gz
coreclr-42b01fd2b210ac2e9c27409f7a066adea7202934.tar.bz2
coreclr-42b01fd2b210ac2e9c27409f7a066adea7202934.zip
Updates tryrun.cmake for ARM cross build (#5317)
Diffstat (limited to 'cross')
-rw-r--r--cross/arm/tryrun.cmake15
1 files changed, 15 insertions, 0 deletions
diff --git a/cross/arm/tryrun.cmake b/cross/arm/tryrun.cmake
index 5994e08394..3eb00f12c4 100644
--- a/cross/arm/tryrun.cmake
+++ b/cross/arm/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)