New review comment by olafmersmann on void-packages repository https://github.com/void-linux/void-packages/pull/28129#discussion_r565713910 Comment: The `makeit` configure doesn't support GO crossbuilds so it chokes wenn GOARCH is set: ``` ... checking: host C++ compiler... c++ checking: host Go compiler (at least version 1.13)... not found! mconfig: could not complete configuration ``` I'd really like to avoid patching crossbuild support into their Makefiles.