Solved How to compile FreeBSD ports for different architecture?

How do I compile port packages on x86_64 for my slow Pentium-M i386 machine? It'll take an eternity to compile on the old one. I am not seeing a clear answer online on how to do it. I know it's gotta be simple, like maybe doing
Code:
make ARCH=i386
?
 
Create a 32 bit jail in poudriere.

Code:
     -a architecture  Specify the architecture to use in the jail (for example
                      amd64).  The default is the architecture of the host.
 
Back
Top