Hello,

When I tried to build with musl-gcc with "-no-pie", I find the a.out still is still PIE. I checked the detailed gcc log with "-v" and I think with musl-gcc.specs, "-no-pie" will be overwrite and does not work.
I'm not sure if it is a bug with musl-gcc or designed as this?


Best Regards

Chen