New comment by echoptic on void-packages repository https://github.com/void-linux/void-packages/pull/49016#issuecomment-1972968466 Comment: OK, I think the problem is this in the Makefile: `CC = cc` right? Does adding this in the template file fix the issue? ``` do_build() { if [ "$CROSS_BUILD" ]; then make CC="${XBPS_CROSS_TRIPLET}-gcc" fi } ```