> As Rin explicitly said v6 I still wonder what hardware that would cover that > supports BE32 and is still around in testable condition. src/etc/etc.evbarm/Makefile.inc says: --- .elif !empty(MACHINE_ARCH:M*eb) IMAGEENDIAN= be # big endian boards KERNEL_SETS.armv4+= IXM1200 EVBARM_BOARDS.xscale+= ADI_BRH KERNEL_SETS.xscale+= NSLU2 KERNEL_SETS.armv7+= GENERIC KERNEL_SETS.armv7hf+= GENERIC .else --- So no armv6eb release binaries? (at least no evbarm-earmv6eb in 9.x) Note NSLU2 was added back in 2006 by scw@: https://mail-index.netbsd.org/source-changes/2006/02/28/msg198207.html https://mail-index.netbsd.org/source-changes/2006/02/28/msg198208.html --- Izumi Tsutsui