Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/share/mk/bsd.own.mk,v rcsdiff: /ftp/cvs/cvsroot/src/share/mk/bsd.own.mk,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.867 retrieving revision 1.868 diff -u -p -r1.867 -r1.868 --- src/share/mk/bsd.own.mk 2015/08/17 09:58:52 1.867 +++ src/share/mk/bsd.own.mk 2015/08/17 10:06:29 1.868 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.own.mk,v 1.867 2015/08/17 09:58:52 christos Exp $ +# $NetBSD: bsd.own.mk,v 1.868 2015/08/17 10:06:29 christos Exp $ # This needs to be before bsd.init.mk .if defined(BSD_MK_COMPAT_FILE) @@ -113,6 +113,7 @@ HAVE_LIBGCC_EH?= yes .if (${MACHINE_ARCH} == "x86_64") || \ (${MACHINE_ARCH} == "sparc") || \ + (${MACHINE_ARCH} == "sparc64") || \ (${MACHINE_ARCH} == "alpha") || \ (${MACHINE_CPU} == "m68k") || \ (${MACHINE_ARCH} == "i386")