Source-Changes-HG archive

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

[src/trunk]: src/share/mk Remove special-casing of aarch64 now that gcc works...



details:   https://anonhg.NetBSD.org/src/rev/bb2afc6b6dd0
branches:  trunk
changeset: 320770:bb2afc6b6dd0
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Jul 18 02:18:45 2018 +0000

description:
Remove special-casing of aarch64 now that gcc works (switch aarch64 to gcc)

diffstat:

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

diffs (22 lines):

diff -r 2bac14c3bf99 -r bb2afc6b6dd0 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Wed Jul 18 01:25:00 2018 +0000
+++ b/share/mk/bsd.own.mk       Wed Jul 18 02:18:45 2018 +0000
@@ -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 @@
 
 TOOLCHAIN_MISSING?=    no
 
-.if ${MACHINE_CPU} == "aarch64" && !defined(EXTERNAL_TOOLCHAIN) && ${MKLLVM:Uyes} != "no"
-MKLLVM?=       yes
-HAVE_LLVM?=    yes
-MKGCC?=                no
-.endif
-
 #
 # GCC Using platforms.
 #



Home | Main Index | Thread Index | Old Index