Skip to content

Commit

Permalink
depends: Mention aarch64 as common cross-compile target
Browse files Browse the repository at this point in the history
  • Loading branch information
laanwj committed Jun 22, 2016
1 parent 05f64c9 commit 06f40ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion depends/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 06f40ef

Please sign in to comment.