forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 475
Open
Labels
• archRelated to a particular arch, `arch/` support in general...Related to a particular arch, `arch/` support in general...
Description
PowerPC 64-bits little-endian is supported by Ubuntu, Red Hat and Debian, which means we should eventually support the ppc64el architecture.
Linux powerpc targets with official Ubuntu binutils etc. support:
Linux arch QEMU target LLVM target Ubuntu binutils Example Rust triple
---------- -------------- ----------- ------------------------------ -------------------
powerpc ppc-softmmu PowerPC binutils-powerpc-linux-gnu powerpc-unknown-linux-gnu
powerpc ppc64-softmmu PowerPC binutils-powerpc64le-linux-gnu powerpc64-unknown-linux-gnu
Metadata
Metadata
Assignees
Labels
• archRelated to a particular arch, `arch/` support in general...Related to a particular arch, `arch/` support in general...