=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/share/mk/bsd.README,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- src/share/mk/bsd.README 2012/04/08 15:56:28 1.47 +++ src/share/mk/bsd.README 2012/08/22 19:41:56 1.48 @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.README,v 1.47 2012/04/08 15:56:28 jsg Exp $ +# $OpenBSD: bsd.README,v 1.48 2012/08/22 19:41:56 pascal Exp $ # $NetBSD: bsd.README,v 1.17 1996/04/13 02:08:08 thorpej Exp $ # @(#)bsd.README 5.1 (Berkeley) 5/11/90 @@ -234,6 +234,8 @@ NOPIC Do not build PIC versions of system libraries, and do not build shared libraries. + +NOPIE Do not build PIE objects or executables. DEBUG Add -g to assembly, C compiler and linking passes. Also doesn't set STRIP to -s per default if defined.