Skip to content

Commit 06f40ef

Browse files
committed
depends: Mention aarch64 as common cross-compile target
1 parent 05f64c9 commit 06f40ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

depends/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ Common `host-platform-triplets` for cross compilation are:
2323
- `i686-w64-mingw32` for Win32
2424
- `x86_64-w64-mingw32` for Win64
2525
- `x86_64-apple-darwin11` for MacOSX
26-
- `arm-linux-gnueabihf` for Linux ARM
26+
- `arm-linux-gnueabihf` for Linux ARM 32 bit
27+
- `aarch64-linux-gnu` for Linux ARM 64 bit
2728

2829
No other options are needed, the paths are automatically configured.
2930

0 commit comments

Comments
 (0)