Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Reverting last change; joerg has a better approach
details: https://anonhg.NetBSD.org/src/rev/f12bcc6356ff
branches: trunk
changeset: 765099:f12bcc6356ff
user: adam <adam%NetBSD.org@localhost>
date: Thu May 19 06:09:36 2011 +0000
description:
Reverting last change; joerg has a better approach
diffstat:
share/mk/bsd.own.mk | 12 ++----------
1 files changed, 2 insertions(+), 10 deletions(-)
diffs (33 lines):
diff -r 632f24b0b0d0 -r f12bcc6356ff share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Thu May 19 05:13:09 2011 +0000
+++ b/share/mk/bsd.own.mk Thu May 19 06:09:36 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.665 2011/05/18 13:08:14 adam Exp $
+# $NetBSD: bsd.own.mk,v 1.666 2011/05/19 06:09:36 adam Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -47,7 +47,7 @@
TOOLCHAIN_MISSING?= no
# default to GCC4
-.if !defined(HAVE_GCC) && !defined(HAVE_PCC) && !defined(HAVE_LLVM)
+.if !defined(HAVE_GCC) && !defined(HAVE_PCC)
HAVE_GCC= 4
.endif
@@ -207,14 +207,6 @@
OBJC= false
.endif
-.if defined(HAVE_LLVM) && ${USETOOLS_LLVM:Uyes} == "yes"
-CC= ${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-clang
-CPP= ${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-clang-cpp
-CXX= ${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-clang++
-FC= false
-OBJC= ${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-clang
-.endif
-
#
# Make sure DESTDIR is set, so that builds with these tools always
# get appropriate -nostdinc, -nostdlib, etc. handling. The default is
Home |
Main Index |
Thread Index |
Old Index