On Tue, 25 Apr 2017 13:26:32 -0400, fauno wrote: > it would be awesome if libretools could cross-build packages without the > need of a native board, like openwrt does.
It can. Install 'binfmt-qemu-static' and specify '-A armv7h' when creating the chroot. (ok, this uses qemu to run ARM binaries on x86, while openwrt uses a cross toolchain and doesn't run ARM binaries during the build) -- Happy hacking, ~ Luke shumaker _______________________________________________ Dev mailing list [email protected] https://lists.parabola.nu/mailman/listinfo/dev
