Module Name: src Committed By: christos Date: Wed Feb 26 03:09:42 UTC 2014
Modified Files: src/share/mk: bsd.own.mk Log Message: powerpc64 needs USE_COMPILERCRTSTUFF=yes To generate a diff of this commit: cvs rdiff -u -r1.768 -r1.769 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.768 src/share/mk/bsd.own.mk:1.769 --- src/share/mk/bsd.own.mk:1.768 Tue Feb 25 21:51:02 2014 +++ src/share/mk/bsd.own.mk Tue Feb 25 22:09:42 2014 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.own.mk,v 1.768 2014/02/26 02:51:02 mrg Exp $ +# $NetBSD: bsd.own.mk,v 1.769 2014/02/26 03:09:42 christos Exp $ # This needs to be before bsd.init.mk .if defined(BSD_MK_COMPAT_FILE) @@ -71,7 +71,7 @@ EXTERNAL_GCC_SUBDIR= gcc EXTERNAL_GCC_SUBDIR= /does/not/exist .endif -.if ${MACHINE_ARCH} == "ia64" +.if ${MACHINE_ARCH} == "ia64" || ${MACHINE_ARCH} == "powerpc64" USE_COMPILERCRTSTUFF?= yes .else USE_COMPILERCRTSTUFF?= no