-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ARM support #57
Comments
freebsd-git
pushed a commit
to freebsd/freebsd-ports
that referenced
this issue
Oct 15, 2022
- add case for armv7 to configure script - adapt aarch64 case to arm64 openca/libpki#57 - while we are at it, hook up test suite - bump PORTREVISION PR: 266955 MFH: 2022Q4 (cherry picked from commit e5a5d9c)
freebsd-git
pushed a commit
to freebsd/freebsd-ports
that referenced
this issue
Oct 15, 2022
- add case for armv7 to configure script - adapt aarch64 case to arm64 openca/libpki#57 - while we are at it, hook up test suite - bump PORTREVISION PR: 266955 MFH: 2022Q4
netgate-git-updates
pushed a commit
to pfsense/FreeBSD-ports
that referenced
this issue
Oct 25, 2022
- add case for armv7 to configure script - adapt aarch64 case to arm64 openca/libpki#57 - while we are at it, hook up test suite - bump PORTREVISION PR: 266955 MFH: 2022Q4
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please add support for 32 bit ARM targets. This can be achieved with the following patch:
Additionally, change
*aarch64
to*aarch64|*arm64
to support ARM64 on FreeBSD.The text was updated successfully, but these errors were encountered: