Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/mk switch netbsd/m68k to GCC 8.



details:   https://anonhg.NetBSD.org/src/rev/947fd1382c69
branches:  trunk
changeset: 937343:947fd1382c69
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Aug 16 06:43:05 2020 +0000

description:
switch netbsd/m68k to GCC 8.

special thanks to rin@ for fixing many things and figuring out
what was the major issue (STACK_BOUNDARY.)

diffstat:

 share/mk/bsd.own.mk |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r 5d68fc71f588 -r 947fd1382c69 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Sun Aug 16 06:17:31 2020 +0000
+++ b/share/mk/bsd.own.mk       Sun Aug 16 06:43:05 2020 +0000
@@ -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 @@
 #
 # What GCC is used?
 #
-.if ${MACHINE_CPU} == "m68k"
-HAVE_GCC?=     7
-.endif
 HAVE_GCC?=     8
 
 #



Home | Main Index | Thread Index | Old Index