Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/mk Document NOCTF, NOPIE.



details:   https://anonhg.NetBSD.org/src/rev/d46a010b061b
branches:  trunk
changeset: 813530:d46a010b061b
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Feb 01 15:00:43 2016 +0000

description:
Document NOCTF, NOPIE.

diffstat:

 share/mk/bsd.README |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r ccadc6df4f37 -r d46a010b061b share/mk/bsd.README
--- a/share/mk/bsd.README       Mon Feb 01 14:55:09 2016 +0000
+++ b/share/mk/bsd.README       Mon Feb 01 15:00:43 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.README,v 1.348 2015/11/22 04:59:15 kamil Exp $
+#      $NetBSD: bsd.README,v 1.349 2016/02/01 15:00:43 christos Exp $
 #      @(#)bsd.README  8.2 (Berkeley) 4/2/94
 
 This is the README file for the make "include" files for the NetBSD
@@ -159,6 +159,9 @@
                during build.
                Default: no
 
+NOCTF          Don't generate and manipulate CTF data of ELF binaries
+               during build. It is set internally for standalone programs.
+
 MKCVS          If "no", don't build or install cvs(1).
                Default: yes
 
@@ -351,6 +354,9 @@
                PIE (Position Independent Executables).
                Default: no
 
+NOCTF          Don't create PIE (Position Independent Executables)
+               It is set internally for standalone programs.
+
 MKPIGZGZIP     If "no", only install pigz as pigz, not gzip.
                Default: no
 



Home | Main Index | Thread Index | Old Index