Use the STRIP variable during prepend stage
A hardcoded strip does not work when cross compiling. I found this while building on macOS. The host strip cannot handle elf files (macOS uses mach-o).
A hardcoded strip does not work when cross compiling. I found this while building on macOS. The host strip cannot handle elf files (macOS uses mach-o).