Hacker News new | ask | show | jobs
by selvakn 2615 days ago
Same here. Use it to build tools targeting arm architecture (rpi, etc) on a x86_64 machine, that too in docker.
1 comments

My experience is that building for ARMv7 is relatively quick, but ARMv6/armhf is MUCH slower. I have no idea why, really.

Will be trying ARM64 soon, as soon as I have a suitable development board.