Page MenuHomeFreeBSD

libcrypto: build nistp* on powerpc64le and riscv64
ClosedPublic

Authored by emaste on Jun 24 2023, 5:57 PM.
Tags
None
Referenced Files
F115415984: D40749.diff
Wed, Apr 23, 2:10 PM
Unknown Object (File)
Feb 10 2025, 5:42 AM
Unknown Object (File)
Feb 5 2025, 1:23 AM
Unknown Object (File)
Jan 28 2025, 10:37 PM
Unknown Object (File)
Jan 28 2025, 10:32 PM
Unknown Object (File)
Jan 24 2025, 5:45 PM
Unknown Object (File)
Jan 23 2025, 6:48 PM
Unknown Object (File)
Jan 23 2025, 6:35 PM
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