Module Name: src Committed By: christos Date: Tue Oct 22 13:49:30 UTC 2019
Modified Files: src/share/mk: bsd.own.mk Log Message: move a{md,arch}64 to gcc 8 To generate a diff of this commit: cvs rdiff -u -r1.1156 -r1.1157 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.1156 src/share/mk/bsd.own.mk:1.1157 --- src/share/mk/bsd.own.mk:1.1156 Sun Oct 13 06:12:13 2019 +++ src/share/mk/bsd.own.mk Tue Oct 22 09:49:30 2019 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.own.mk,v 1.1156 2019/10/13 10:12:13 mrg Exp $ +# $NetBSD: bsd.own.mk,v 1.1157 2019/10/22 13:49:30 christos Exp $ # This needs to be before bsd.init.mk .if defined(BSD_MK_COMPAT_FILE) @@ -58,7 +58,12 @@ TOOLCHAIN_MISSING?= no # # What GCC is used? # +.if ${MACHINE} == "amd64" || \ + ${MACHINE_CPU} == "aarch64" +HAVE_GCC?= 8 +.else HAVE_GCC?= 7 +.endif # # Platforms that can't run a modern GCC natively