File tree 1 file changed +1
-0
lines changed
1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ if [ $cpu != "sparc" ] ; then
72
72
fi
73
73
if [ $cpu != " ppc" ] ; then
74
74
echo ' :ppc:M::\x7fELF\x01\x02\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x14:\xff\xff\xff\xff\xff\xff\xff\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff:' ${QEMU_BIN_DIR} ' /qemu-ppc-static:' > /proc/sys/fs/binfmt_misc/register
75
+ echo ' :ppc64:M::\x7fELF\x02\x02\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x15:\xff\xff\xff\xff\xff\xff\xff\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff:' ${QEMU_BIN_DIR} ' /qemu-ppc64-static:' > /proc/sys/fs/binfmt_misc/register
75
76
echo ' :ppc64le:M::\x7fELF\x02\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x15\x00:\xff\xff\xff\xff\xff\xff\xff\x00\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff\x00:' ${QEMU_BIN_DIR} ' /qemu-ppc64le-static:' > /proc/sys/fs/binfmt_misc/register
76
77
fi
77
78
if [ $cpu != " m68k" ] ; then
You can’t perform that action at this time.
0 commit comments