We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad97a12 commit a2faf10Copy full SHA for a2faf10
docs/workflow/building/coreclr/cross-building.md
@@ -36,6 +36,10 @@ and conversely for arm64:
36
37
~/runtime/ $ sudo apt-get install binutils-aarch64-linux-gnu
38
39
+and for armel (ARM softfp):
40
+
41
+ ~/runtime/ $ sudo apt-get install binutils-arm-linux-gnueabi
42
43
44
Requirements for targetting ARM or ARM64 Alpine Linux
45
-----------------------------------------------------
0 commit comments