Skip to content

Commit a2faf10

Browse files
a-zhjkotas
authored andcommitted
[doc] Add requirements for cross building (dotnet#1169)
Checked for clang building under Ubuntu 18.04 x64.
1 parent ad97a12 commit a2faf10

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/workflow/building/coreclr/cross-building.md

+4
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ and conversely for arm64:
3636

3737
~/runtime/ $ sudo apt-get install binutils-aarch64-linux-gnu
3838

39+
and for armel (ARM softfp):
40+
41+
~/runtime/ $ sudo apt-get install binutils-arm-linux-gnueabi
42+
3943

4044
Requirements for targetting ARM or ARM64 Alpine Linux
4145
-----------------------------------------------------

0 commit comments

Comments
 (0)