Module Name: src Committed By: christos Date: Sat May 21 18:34:53 UTC 2016
Modified Files: src/share/mk: bsd.own.mk Log Message: Switch evbarm to gcc-5.3 and turn on PIE. To generate a diff of this commit: cvs rdiff -u -r1.925 -r1.926 src/share/mk/bsd.own.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/mk/bsd.own.mk diff -u src/share/mk/bsd.own.mk:1.925 src/share/mk/bsd.own.mk:1.926 --- src/share/mk/bsd.own.mk:1.925 Thu May 19 21:36:16 2016 +++ src/share/mk/bsd.own.mk Sat May 21 14:34:52 2016 @@ -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 @@ HAVE_GCC?= 0 ${MACHINE} == "amd64" || \ ${MACHINE} == "hppa" || \ ${MACHINE} == "i386" || \ + ${MACHINE} == "evbarm" || \ ${MACHINE} == "playstation2" || \ ${MACHINE_ARCH} == "powerpc" || \ ${MACHINE_ARCH} == "vax" @@ -1051,6 +1052,7 @@ MKCTF?= yes # .if ${MACHINE_ARCH} == "i386" || \ ${MACHINE_ARCH} == "x86_64" || \ + ${MACHINE} == "evbarm" || \ ${MACHINE} == "sparc64" MKPIE?= yes .else