Page MenuHomeFreeBSD

libcrypto: build nistp* on powerpc64le and riscv64
ClosedPublic

Authored by emaste on Jun 24 2023, 5:57 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jan 24, 5:45 PM
Unknown Object (File)
Thu, Jan 23, 6:48 PM
Unknown Object (File)
Thu, Jan 23, 6:35 PM
Unknown Object (File)
Fri, Jan 17, 11:46 PM
Unknown Object (File)
Dec 13 2024, 1:11 AM
Unknown Object (File)
Dec 13 2024, 1:11 AM
Unknown Object (File)
Dec 13 2024, 1:11 AM
Unknown Object (File)
Oct 9 2024, 11:01 AM
Subscribers

Details

Summary

libcrypto intends to provide these routines on little-endian 64-bit targets.

Reported by:    ci.freebsd.org
Sponsored by:   The FreeBSD Foundation
Test Plan

make tinderbox in progress

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

emaste created this revision.
emaste added inline comments.
secure/lib/libcrypto/Makefile
233

I'm not sure if ASM_riscv64 gets defined or not

secure/lib/libcrypto/Makefile
233

Of course ASM_* isn't really right variable name for something controlling C files, but it's consistent with what's already here, and we may have riscv64 asm files in the future.

These should really be gated by ${MACHINE_ABI:Mlittle-endian} && ${MACHINE_ABI:Mlong64}

This revision is now accepted and ready to land.Jun 25 2023, 10:01 AM