Source-Changes-HG archive

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

[src/trunk]: src/share/mk Everyone is using gcc-7 now.



details:   https://anonhg.NetBSD.org/src/rev/de168a183c84
branches:  trunk
changeset: 451233:de168a183c84
user:      christos <christos%NetBSD.org@localhost>
date:      Sat May 11 02:40:31 2019 +0000

description:
Everyone is using gcc-7 now.

diffstat:

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

diffs (20 lines):

diff -r aff5360bb980 -r de168a183c84 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Sat May 11 02:39:48 2019 +0000
+++ b/share/mk/bsd.own.mk       Sat May 11 02:40:31 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.1133 2019/05/10 06:19:54 mrg Exp $
+#      $NetBSD: bsd.own.mk,v 1.1134 2019/05/11 02:40:31 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -58,10 +58,6 @@
 #
 # What GCC is used?
 #
-.if \
-    ${MACHINE_ARCH} == "powerpc64"
-HAVE_GCC?=     6
-.endif
 HAVE_GCC?=     7
 
 #



Home | Main Index | Thread Index | Old Index