Ports on Tier-2 architectures
Although most of the FreeBSD user base uses machines running either the amd64 or i386 codebase, we do have users of our other architectures.
This document describes the architectures that the Ports Collection currently recognizes.
Package Sets
Various members of portmgr regularly build and upload official packages: see http://pkg-status.FreeBSD.org.
You can use portsmon to see more information about the build status of all buildenvs.
the FreeBSD Ports Collection does not yet support 'true' cross-building. Currently, for cross-building we use emulated virtual machines via qemu. The table below discusses only native building and building on emulated instances.
Package sets are generally built on the oldest supported branch for each supported release.
arch |
build type |
built by |
current buildenvs |
updated |
see also |
aarch64 |
native |
portmgr |
11.1 |
??? |
|
amd64 |
native |
portmgr |
10.4, 11.1, head |
~weekly |
|
armv6 |
emulation |
portmgr |
11.1, head |
~weekly |
|
armv7 |
emulation |
portmgr |
head |
~weekly |
|
i386 |
native |
portmgr |
10.4, 11.1, head |
~weekly |
|
powerpc |
native |
--- |
--- |
|
|
powerpc64 |
native |
11.1 |
occasional |
||
powerpcspe |
native |
--- |
--- |
|
|
riscv64 |
--- |
--- |
--- |
|
|
Other notes: releases previous to FreeBSD 10.x; alpha, ia64, mips, mips64, and sparc64 support have been discontinued; sun4v support was never completed.
See also PortsBrokenOnTier2Architectures.
Architecture Considerations
Here are some tips and tricks about the architectures themselves. Some of this is condensed from the information in ArchitectureSpecifics. Often the Makefile code needed to make port work on the various 32-bit archs can be cribbed from i386; similarly for BE vs. LE considerations. The Jenkins column shows the state of -head src build/installs under Continuous Integration.
architecture |
wordlength |
endian |
Jenkins |
aarch64 |
64 |
LE |
|
amd64 |
64 |
LE |
|
armv6 |
32 |
LE |
|
armv7 |
32 |
LE |
|
i386 |
32 |
LE |
|
powerpc |
32 |
BE |
|
powerpc64 |
64 |
BE |
|
powerpcspe |
32 |
BE |
|
riscv64 |
64 |
LE |