[Bug 282272] archivers/snappy-java: enable armv6 and armv7
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 282272] archivers/snappy-java: enable armv6 and armv7"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 27 Oct 2024 10:06:16 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282272 Ronald Klop <ronald@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|New |Closed --- Comment #3 from Ronald Klop <ronald@FreeBSD.org> --- Thanks for the approval. I cross compiled the port in an armv7 jail on aarch64 (RPI4). There I needed to add -DSNAPPY_HAVE_NEON=0 FreeBSD-arm_CXXFLAGS to prevent the build to pick up arm64 NEON vector instructions which were auto detected. I don't know if the official package builders run armv7 native or do cross compile. Anyway, if the official armv7 build breaks I will add -DSNAPPY_HAVE_NEON=0. I'll close the issue for now. Thanks. -- You are receiving this mail because: You are the assignee for the bug.