summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorBruce Forstall <brucefo@microsoft.com>2018-07-05 10:50:06 -0700
committerBruce Forstall <brucefo@microsoft.com>2018-07-05 10:50:06 -0700
commit5c2fbeda7afd01613c193ac65ecbf7605b7a6462 (patch)
tree6109ea8399ef03a8164b95c6135c1c2808c03be9 /Documentation
parentb1bda1bbc9a5fe9954938b4b627660d3acbe7504 (diff)
downloadcoreclr-5c2fbeda7afd01613c193ac65ecbf7605b7a6462.tar.gz
coreclr-5c2fbeda7afd01613c193ac65ecbf7605b7a6462.tar.bz2
coreclr-5c2fbeda7afd01613c193ac65ecbf7605b7a6462.zip
Update Linux ARM libunwind instructions
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/building/linux-instructions.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/building/linux-instructions.md b/Documentation/building/linux-instructions.md
index 750421f33b..7e1c0f9011 100644
--- a/Documentation/building/linux-instructions.md
+++ b/Documentation/building/linux-instructions.md
@@ -121,9 +121,9 @@ The current Docker tag being used by the CI can be found in the `getDockerImageN
Libunwind issue
---------------
-Libunwind-arm requires fixes that are not included in Ubuntu 14.04, yet. The fix allows libunwind-arm not to break when it is ordered to access unaccessible memory locations.
+ARM libunwind versions before 1.3 require a fix. The fix allows libunwind not to break when it is ordered to access unaccessible memory locations. See [this](https://github.com/dotnet/coreclr/pull/3923) issue for history.
-First, import the patch from the libunwind upstream: http://git.savannah.gnu.org/gitweb/?p=libunwind.git;a=commit;h=770152268807e460184b4152e23aba9c86601090
+If required, first import the patch from the libunwind upstream: http://git.savannah.gnu.org/gitweb/?p=libunwind.git;a=commit;h=770152268807e460184b4152e23aba9c86601090.
Then, expand the coverage of the upstream patch by: