Source-Changes-HG archive

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

[src/trunk]: src/share/mk block sun2 from MKPIE!



details:   https://anonhg.NetBSD.org/src/rev/7b9340275ac8
branches:  trunk
changeset: 347436:7b9340275ac8
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Aug 26 15:41:02 2016 +0000

description:
block sun2 from MKPIE!

diffstat:

 share/mk/bsd.own.mk |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 17871cbf3162 -r 7b9340275ac8 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Fri Aug 26 13:58:27 2016 +0000
+++ b/share/mk/bsd.own.mk       Fri Aug 26 15:41:02 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.945 2016/08/20 11:23:33 christos Exp $
+#      $NetBSD: bsd.own.mk,v 1.946 2016/08/26 15:41:02 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -587,6 +587,8 @@
 .if defined(BINDIR) && ${BINDIR} == "/usr/mdec"
 NOPIE=                 # defined
 NOCTF=                 # defined
+.elif ${MACHINE} == "sun2"
+NOPIE=                 # we don't have PIC, so no PIE
 .endif
 
 # Fallback to ensure that all variables are defined to something



Home | Main Index | Thread Index | Old Index