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, Nov 6, 12:47 PM
Unknown Object (File)
Thu, Oct 17, 3:45 PM
Unknown Object (File)
Oct 15 2024, 2:55 AM
Unknown Object (File)
Oct 14 2024, 1:49 PM
Unknown Object (File)
Oct 13 2024, 7:01 AM
Unknown Object (File)
Oct 11 2024, 9:39 AM
Unknown Object (File)
Oct 10 2024, 10:13 PM
Unknown Object (File)
Oct 10 2024, 1:09 AM
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
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

mat added inline comments.
biology/abyss/Makefile
10 ↗(On Diff #58861)

Extra \ at the end of the line.

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