Source-Changes-HG archive

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

[src/trunk]: src/share/mk Everyone has gcc-6 now.



details:   https://anonhg.NetBSD.org/src/rev/b7a2657a4d34
branches:  trunk
changeset: 324129:b7a2657a4d34
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Jul 16 14:14:37 2018 +0000

description:
Everyone has gcc-6 now.

diffstat:

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

diffs (22 lines):

diff -r 94cf5631dddc -r b7a2657a4d34 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Mon Jul 16 11:45:01 2018 +0000
+++ b/share/mk/bsd.own.mk       Mon Jul 16 14:14:37 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.1068 2018/07/14 22:57:47 maya Exp $
+#      $NetBSD: bsd.own.mk,v 1.1069 2018/07/16 14:14:37 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -64,12 +64,7 @@
 #
 # What GCC is used?
 #
-.if \
-    ${MACHINE_CPU} == "aarch64"
-HAVE_GCC?=     0
-.else
 HAVE_GCC?=     6
-.endif
 
 #
 # Platforms that can't run a modern GCC natively



Home | Main Index | Thread Index | Old Index