You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Darryl L. Pierce (JIRA)" <ji...@apache.org> on 2014/10/29 16:07:34 UTC

[jira] [Assigned] (QPID-6170) No support for AArch64 and PPC64LE architectures

     [ https://issues.apache.org/jira/browse/QPID-6170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Darryl L. Pierce reassigned QPID-6170:
--------------------------------------

    Assignee: Darryl L. Pierce

> No support for AArch64 and PPC64LE architectures
> ------------------------------------------------
>
>                 Key: QPID-6170
>                 URL: https://issues.apache.org/jira/browse/QPID-6170
>             Project: Qpid
>          Issue Type: Bug
>          Components: Build Tools
>    Affects Versions: 0.30
>         Environment: Fedora 'rawhide' on AArch64
>            Reporter: Marcin Juszkiewicz
>            Assignee: Darryl L. Pierce
>         Attachments: fix-endian-check.patch
>
>
> qpid-cpp-0.30/src/qpid/legacystore/jrnl/jcfg.h header has set of checks to find out word size and endianness. But list of checks is quite short and buggy.
> It has arm64 added for iOS but lacks aarch64 checks (same architecture but GNU world is using original name of architecture).
> Also for PowerPC it is assumed that it is Big Endian while there are LE chips now as well.
> I have a patch which replaces all those checks with use of endian.h and bits/wordsize.h headers. It is not perfect solution as it assumes glibc but (IMHO) better than current situation is as it allows qpid to be built on any other Linux supported architecture



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org