HomeFreeBSD

Build clang and other llvm executables as PIE

Description

Build clang and other llvm executables as PIE

There is no reason anymore to not build these as PIE. Unfortunately
bsd.lib.mk does not allow for building _only_ PIE static libraries, so
lib/clang/Makefile.inc needs a kludge to work around that issue.

MFC after: 1 week

Details

Provenance
dimAuthored on Feb 11 2024, 6:01 PM
Parents
rG0d3b2bdbf719: caroot: routine update
Branches
Unknown
Tags
Unknown
Reverted By
rGd9c0e2e16660: Revert "Build clang and other llvm executables as PIE"