On 1/20/22 7:04 AM, Joerg Sonnenberger wrote:
On Wed, Jan 19, 2022 at 04:06:43PM +0000, Masatake Daimon wrote:Module Name: pkgsrc Committed By: pho Date: Wed Jan 19 16:06:43 UTC 2022 Modified Files: pkgsrc/mk/compiler: clang.mk Log Message: Emit a warning when PKGSRC_MKPIE==yes but PKGSRC_COMPILER==clangThis is silly. Clang uses exactly the same flags as GCC.
Right, of course. I don't know why but the current infrastructure of PKGSRC_MKPIE is built specifically for GCC. I think it should be changed but I'm unwilling to do it right now. Could you perhaps fix it properly?