FreeBSD 13.x for arm does support armV5 ?

Is there any alternative to use armV5 on 13.x ? I need to do :

# make TARGET_ARCH=armv5 DESTDIR=/build installworld distribution
 
as you can see,this is what happens when I use FreeBSD 13.2 :

Code:
/usr/src-head@269385 # make TARGET_ARCH=armv5 KERNCONF=CHROMEBOOK-SNOW buildworld buildkernel
make[1]: "/usr/src-head@269385/Makefile.inc1" line 151: Unknown target armv5:armv5.

make[1]: stopped in /usr/src-head@269385
*** Error code 1
 
Back
Top