musl-cross-make
musl-cross-make copied to clipboard
How to add CFLAGS only on specific tool?
I'm trying to add CFLAGS+=-fPIE
only for musl, and wondering if there's simple configuration for it. so far I had to modify musl-*/Makefile
after the initial build, remove some build result, and build again.