-
Notifications
You must be signed in to change notification settings - Fork 12.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
28 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# `powerpc64-ibm-aix` | ||
|
||
**Tier: 3** | ||
|
||
Rust for AIX operating system, currently only 64-bit PowerPC is supported. | ||
|
||
## Target maintainers | ||
|
||
- QIU Chaofan `[email protected]`, https://github.com/ecnelises | ||
- Kai LUO, `[email protected]`, https://github.com/bzEq | ||
|
||
## Requirements | ||
|
||
This target supports host tools, std and alloc. This target cannot be cross-compiled as for now, mainly because of the unavailability of system linker on other platforms. | ||
|
||
Binary built for this target is expected to run on Power7 or newer CPU, and AIX 7.2 or newer version. | ||
|
||
Binary format of this platform is [XCOFF](https://www.ibm.com/docs/en/aix/7.2?topic=formats-xcoff-object-file-format). Archive file format is ['AIX big format'](https://www.ibm.com/docs/en/aix/7.2?topic=formats-ar-file-format-big). | ||
|
||
## Testing | ||
|
||
This target supports running test suites natively, but it's not available to cross-compile and execute in emulator. | ||
|
||
## Interoperability with C code | ||
|
||
This target supports C code. C code compiled by XL, Open XL and Clang are compatible with Rust. Typical triple of AIX on 64-bit PowerPC of these compilers are also `powerpc64-ibm-aix`. |