Re: security/nss fails to build

From: Tatsuki Makino <tatsuki_makino_at_hotmail.com>
Date: Tue, 18 Feb 2025 20:48:11 UTC
Hello.

It's unrelated, but since I was just touching on something similar, I'll write a little something.

In the case of clang, we can display which directory is targeted with a command like the following.

clang -E -x c -Wp,-v /dev/null

/usr/src/contrib/llvm-project/clang/lib/Driver/ToolChains/FreeBSD.cpp is causing those FreeBSD-specific values to be inserted.

If there was something you were concerned about in that mechanism, please feel free to use these as shortcuts :)

Regards.