New comment by Chocimier on void-packages repository https://github.com/void-linux/void-packages/pull/43798#issuecomment-1539053159 Comment: Stripping fails because makefile ignore value of CC and compile for host. nocross is not a fix. Please patch/vsed makefile to `CC ?= gcc` and cross could work.