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)
Tue, Apr 21, 11:38 AM
Unknown Object (File)
Mon, Apr 20, 10:47 PM
Unknown Object (File)
Mon, Apr 20, 6:56 PM
Unknown Object (File)
Mon, Apr 20, 12:50 PM
Unknown Object (File)
Sun, Apr 19, 9:39 PM
Unknown Object (File)
Sat, Apr 18, 10:44 AM
Unknown Object (File)
Wed, Apr 15, 10:39 PM
Unknown Object (File)
Wed, Apr 15, 10:29 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
234

I'm not sure if ASM_riscv64 gets defined or not

secure/lib/libcrypto/Makefile
234

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