You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Matt Massie (JIRA)" <ji...@apache.org> on 2010/03/04 03:39:27 UTC

[jira] Assigned: (AVRO-443) Endianness is determined at configure time rather than compile time

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

Matt Massie reassigned AVRO-443:
--------------------------------

    Assignee: Matt Massie

> Endianness is determined at configure time rather than compile time
> -------------------------------------------------------------------
>
>                 Key: AVRO-443
>                 URL: https://issues.apache.org/jira/browse/AVRO-443
>             Project: Avro
>          Issue Type: Sub-task
>          Components: c
>            Reporter: Bruce Mitchener
>            Assignee: Matt Massie
>         Attachments: avro_endian.diff
>
>
> configure.in includes:
> AC_C_BIGENDIAN
> That will define (or not) WORDS_BIGENDIAN ... which is used in src/encoding_binary.c
> That can be replaced with some compile-time checks ... I can submit a patch if necessary, let me know.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.