Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/share/mk
Module Name: src
Committed By: kamil
Date: Wed Jul 25 23:34:25 UTC 2018
Modified Files:
src/share/mk: bsd.lib.mk bsd.own.mk bsd.prog.mk bsd.sys.mk
Log Message:
Introduce MKLIBCSANITIZER in the share/mk rules
Add flags that are required to build a program and a dynamically loaded
library.
Propagade LIBCSANITIZERFLAGS to CFLAGS and CXXFLAGS.
LDFLAGS is not changed on purpose, as a libcsanitizer is inside libc
and no external dependencies are needed.
Register NOLIBCSANITIZER, as certain distribution parts will need to be
skipped.
To generate a diff of this commit:
cvs rdiff -u -r1.376 -r1.377 src/share/mk/bsd.lib.mk
cvs rdiff -u -r1.1071 -r1.1072 src/share/mk/bsd.own.mk
cvs rdiff -u -r1.316 -r1.317 src/share/mk/bsd.prog.mk
cvs rdiff -u -r1.284 -r1.285 src/share/mk/bsd.sys.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index