Module Name: src Committed By: mrg Date: Sun Sep 29 22:10:55 UTC 2019
Modified Files: src/share/mk: bsd.own.mk Log Message: gcc 7 can now be found in gcc.old. To generate a diff of this commit: cvs rdiff -u -r1.1152 -r1.1153 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.1152 src/share/mk/bsd.own.mk:1.1153 --- src/share/mk/bsd.own.mk:1.1152 Sun Sep 15 21:17:08 2019 +++ src/share/mk/bsd.own.mk Sun Sep 29 22:10:55 2019 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.own.mk,v 1.1152 2019/09/15 21:17:08 bad Exp $ +# $NetBSD: bsd.own.mk,v 1.1153 2019/09/29 22:10:55 mrg Exp $ # This needs to be before bsd.init.mk .if defined(BSD_MK_COMPAT_FILE) @@ -70,9 +70,9 @@ MKGCCCMDS?= no # We import the old gcc as "gcc.old" when upgrading. EXTERNAL_GCC_SUBDIR is # set to the relevant subdirectory in src/external/gpl3 for his HAVE_GCC. # -.if ${HAVE_GCC} == 6 +.if ${HAVE_GCC} == 7 EXTERNAL_GCC_SUBDIR?= gcc.old -.elif ${HAVE_GCC} == 7 +.elif ${HAVE_GCC} == 8 EXTERNAL_GCC_SUBDIR?= gcc .else EXTERNAL_GCC_SUBDIR=? /does/not/exist