|
@@ -173,6 +173,18 @@ register_binfmt() {
|
|
_mask="\xff\xff\xff\xff\xff\xff\xff\x00\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff"
|
|
_mask="\xff\xff\xff\xff\xff\xff\xff\x00\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff"
|
|
QEMU_BIN=qemu-aarch64-static
|
|
QEMU_BIN=qemu-aarch64-static
|
|
;;
|
|
;;
|
|
|
|
+ ppc64le*)
|
|
|
|
+ _cpu=ppc64le
|
|
|
|
+ _magic="\x7fELF\x02\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x15\x00"
|
|
|
|
+ _mask="\xff\xff\xff\xff\xff\xff\xff\x00\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff\x00"
|
|
|
|
+ QEMU_BIN=qemu-ppc64le-static
|
|
|
|
+ ;;
|
|
|
|
+ ppc64*)
|
|
|
|
+ _cpu=ppc64
|
|
|
|
+ _magic="\x7fELF\x02\x02\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x15"
|
|
|
|
+ _mask="\xff\xff\xff\xff\xff\xff\xff\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff"
|
|
|
|
+ QEMU_BIN=qemu-ppc64-static
|
|
|
|
+ ;;
|
|
ppc*)
|
|
ppc*)
|
|
_cpu=ppc
|
|
_cpu=ppc
|
|
_magic="\x7fELF\x01\x02\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x14"
|
|
_magic="\x7fELF\x01\x02\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x14"
|