diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-06-22 14:48:16 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-06-22 14:51:21 +0200 |
commit | 9f1807af2422e3ac2d3702242b4a47c8df0be262 (patch) | |
tree | 2261266d761c8747b65d9a418c2d1ebb1c90b388 /depends | |
parent | e9d76a161d30ee3081acf93d70a9ae668a9d6ed1 (diff) | |
parent | 06f40ef324ce0d4e43b89f7106e50965263aa2c7 (diff) |
Merge #8233: Mention Linux ARM executables in release process and notes
06f40ef depends: Mention aarch64 as common cross-compile target (Wladimir J. van der Laan)
05f64c9 doc: Mention Linux ARM builds in release notes (Wladimir J. van der Laan)
b7bf037 doc: Mention ARM executables in release process (Wladimir J. van der Laan)
Diffstat (limited to 'depends')
-rw-r--r-- | depends/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/depends/README.md b/depends/README.md index 271bbd80bf..6053c531b4 100644 --- a/depends/README.md +++ b/depends/README.md @@ -23,7 +23,8 @@ Common `host-platform-triplets` for cross compilation are: - `i686-w64-mingw32` for Win32 - `x86_64-w64-mingw32` for Win64 - `x86_64-apple-darwin11` for MacOSX -- `arm-linux-gnueabihf` for Linux ARM +- `arm-linux-gnueabihf` for Linux ARM 32 bit +- `aarch64-linux-gnu` for Linux ARM 64 bit No other options are needed, the paths are automatically configured. |