Module Name: src
Committed By: christos
Date: Wed Jul 18 02:18:45 UTC 2018
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
Remove special-casing of aarch64 now that gcc works (switch aarch64 to gcc)
To generate a diff of this commit:
cvs rdiff -u -r1.1070 -r1.1071 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.1070 src/share/mk/bsd.own.mk:1.1071
--- src/share/mk/bsd.own.mk:1.1070 Tue Jul 17 14:04:57 2018
+++ src/share/mk/bsd.own.mk Tue Jul 17 22:18:45 2018
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.1070 2018/07/17 18:04:57 christos Exp $
+# $NetBSD: bsd.own.mk,v 1.1071 2018/07/18 02:18:45 christos Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -50,12 +50,6 @@ NEED_OWN_INSTALL_TARGET?= yes
TOOLCHAIN_MISSING?= no
-.if ${MACHINE_CPU} == "aarch64" && !defined(EXTERNAL_TOOLCHAIN) && ${MKLLVM:Uyes} != "no"
-MKLLVM?= yes
-HAVE_LLVM?= yes
-MKGCC?= no
-.endif
-
#
# GCC Using platforms.
#