Hacker News new | ask | show | jobs
by tcoff91 1721 days ago
can't you cross-compile x86_64 binaries on an arm machine?
1 comments

Cross-compilation is iffy at best -- too many developers of build scripts don't think about it, and end up not supporting it (e.g. Makefile doing codegen using a binary built during the run for the target arch) or having subtle and mysterious bugs (./configure saves things for the build arch, not the target arch)