|
|
|
|
|
by pabs3
1747 days ago
|
|
I like how cross-compiling works on Debian, you install the native cross-compiler on your amd64 system, auto-install the cross-dependencies built natively on arm64 systems onto your amd64 system and then build. Of course, not all dependencies are cross-installable and not all packages are cross-buildable, which is why there is a QA effort for automatically doing test builds. https://wiki.debian.org/CrossCompiling
http://crossqa.debian.net/ |
|