]> git.ipfire.org Git - thirdparty/util-linux.git/commit
setarch: add another PER_LINUX32 aliases for ppcle
authorKarel Zak <kzak@redhat.com>
Thu, 14 Jun 2018 11:02:49 +0000 (13:02 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 14 Jun 2018 11:05:00 +0000 (13:05 +0200)
commite60b6df54e27cdb68a75ea8a056a70f60df8f025
tree5f73461a800e294e2bddb06a2cb55eccf1534f9d
parent99ab05a6b478368ccf49134fed957f774905901d
setarch: add another PER_LINUX32 aliases for ppcle

The big-endian version maps generic "ppc" and "ppc32" aliases to
PER_LINUX32.  It seems that we can do the same for little-endian.

Note that SYS_personality does not care about LE/BE, it's 32 or 64 bit.

Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/setarch.c