Page MenuHomeFreeBSD

biology/abyss: fix build on big-endian architectures
ClosedPublic

Authored by pkubaj on Jun 21 2019, 8:59 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Sep 16, 11:23 AM
Unknown Object (File)
Mon, Sep 14, 12:19 AM
Unknown Object (File)
Sun, Sep 13, 8:22 PM
Unknown Object (File)
Sun, Sep 13, 11:59 AM
Unknown Object (File)
Sun, Sep 13, 10:27 AM
Unknown Object (File)
Sun, Sep 13, 7:36 AM
Unknown Object (File)
Sat, Sep 12, 5:46 PM
Unknown Object (File)
Fri, Sep 11, 10:36 PM
Subscribers
None

Details

Summary

Use new GCC from ports on GCC architectures.

Merge 25eb9d2a914fb211fdfe04fcda5593f29fd23ff5, fixes build on GCC architectures.

Also include sys/endian.h and use bswap32 and bswap64 for byte-swapping (PR at https://github.com/bcgsc/abyss/pull/287 ).

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 24972
Build 23693: arc lint + arc unit

Event Timeline

mat added inline comments.
biology/abyss/Makefile
10

Extra \ at the end of the line.

This revision is now accepted and ready to land.Jun 21 2019, 10:38 AM