Module Name: src Committed By: mrg Date: Sun Aug 16 06:43:05 UTC 2020
Modified Files: src/share/mk: bsd.own.mk Log Message: switch netbsd/m68k to GCC 8. special thanks to rin@ for fixing many things and figuring out what was the major issue (STACK_BOUNDARY.) To generate a diff of this commit: cvs rdiff -u -r1.1203 -r1.1204 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.1203 src/share/mk/bsd.own.mk:1.1204 --- src/share/mk/bsd.own.mk:1.1203 Tue Aug 11 09:51:57 2020 +++ src/share/mk/bsd.own.mk Sun Aug 16 06:43:05 2020 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.own.mk,v 1.1203 2020/08/11 09:51:57 mrg Exp $ +# $NetBSD: bsd.own.mk,v 1.1204 2020/08/16 06:43:05 mrg Exp $ # This needs to be before bsd.init.mk .if defined(BSD_MK_COMPAT_FILE) @@ -63,9 +63,6 @@ TOOLCHAIN_MISSING?= no # # What GCC is used? # -.if ${MACHINE_CPU} == "m68k" -HAVE_GCC?= 7 -.endif HAVE_GCC?= 8 #