Package: debian-kernel-handbook
Version: 1.0.21
In
4.5.5. Building packages for one flavour
It should mention that we can use dpkg-architecture to support cross-building:
For example we can:
dpkg-architecture -a mips64el -c \
make -f debian/rules.gen \
binary-arch_mips64el_none_loongson-3
--
YunQiang Su