Source-Changes-HG archive

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

[src/trunk]: src/share/mk Switch evbarm to gcc-5.3 and turn on PIE.



details:   https://anonhg.NetBSD.org/src/rev/91401a698be5
branches:  trunk
changeset: 345358:91401a698be5
user:      christos <christos%NetBSD.org@localhost>
date:      Sat May 21 18:34:52 2016 +0000

description:
Switch evbarm to gcc-5.3 and turn on PIE.

diffstat:

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

diffs (25 lines):

diff -r 066c56eb4cb6 -r 91401a698be5 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Sat May 21 18:31:13 2016 +0000
+++ b/share/mk/bsd.own.mk       Sat May 21 18:34:52 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.925 2016/05/20 01:36:16 christos Exp $
+#      $NetBSD: bsd.own.mk,v 1.926 2016/05/21 18:34:52 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -70,6 +70,7 @@
     ${MACHINE} == "amd64" || \
     ${MACHINE} == "hppa" || \
     ${MACHINE} == "i386" || \
+    ${MACHINE} == "evbarm" || \
     ${MACHINE} == "playstation2" || \
     ${MACHINE_ARCH} == "powerpc" || \
     ${MACHINE_ARCH} == "vax"
@@ -1051,6 +1052,7 @@
 #
 .if ${MACHINE_ARCH} == "i386" || \
     ${MACHINE_ARCH} == "x86_64" || \
+    ${MACHINE} == "evbarm" || \
     ${MACHINE} == "sparc64"
 MKPIE?=                yes
 .else



Home | Main Index | Thread Index | Old Index