1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/lang/mecrisp-stellaris/pkg-message-aarch64
Juraj Lutter fb887fe458 lang/mecrisp-stellaris: Fix pkg-message
- Rename pkg-message file as intended in the PR.
  `git apply' should have been used instead of `patch'.
- Bump PORTREVISION

PR:		256131
Reported by:	Robert Clausecker <fuz@fuz.su> (maintainer)
2021-06-10 07:57:16 +02:00

9 lines
394 B
Plaintext

This port is written in ARM32 assembly. On ARM64 systems, it only runs
on those that support the AArch32 execution state in EL0. If the port
does not run, check dmesg for a line like
Processor Features 0 = <AdvSIMD,FP,EL3 32,EL2 32,EL1 32,EL0 32>
If the feature string "EL0 32" does not occur, your processor cannot
run ARM32 binaries and thus will not be able to run this port either.