GNOME Bugzilla – Bug 745433
Add support for ppc64le (PowerPC 64bit little endian)
Last modified: 2018-11-03 10:47:38 UTC
with orc 0.4.22 the make check is failing === FAIL: test-limits === investigation identified two related required changes: * m4/as-host-defines.m4 to define HAVE_POWERPC for ppc64le. * orc/orcprogram-altivec.c to add support of ppc64le (that is PowerPC ABI V2) at least epilog/prolog differs, but need to check all file.
Thanks for the bug report. Do you plan on working on this?
Created attachment 298271 [details] [review] orc_m4_host_defines_for_ppc64le.patch (In reply to Tim-Philipp Müller from comment #1) > Thanks for the bug report. Do you plan on working on this? not in a short term. * I have an obvious orc_m4_host_defines_for_ppc64le.patch in attachment for the 1st problem (m4/as-host-defines.m4) * But the real work is in the changes required for orc/orcprogram-altivec.c and I did not worked on it.
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/orc/issues/6.