You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/doc/rustc/src/platform-support/armeb-unknown-linux-gnueabi.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# armeb-unknown-linux-gnueabi
2
2
**Tier: 3**
3
3
4
-
Target for cross-compiling Linux user-mode applications targetting the ARM BE8 architecture.
4
+
Target for cross-compiling Linux user-mode applications targeting the ARM BE8 architecture.
5
5
6
6
## Overview
7
7
BE8 architecture retains the same little-endian ordered code-stream used by conventional little endian ARM systems, however the data accesses are in big-endian. BE8 is used primarily in high-performance networking applications where the ability to read packets in their native "Network Byte Order" is important (many network protocols transmit data in big-endian byte order for their wire formats).
0 commit comments