Source-Changes-HG archive

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

[src/trunk]: src Install cpp frontend link too



details:   https://anonhg.NetBSD.org/src/rev/d98de7c235ee
branches:  trunk
changeset: 767293:d98de7c235ee
user:      joerg <joerg%NetBSD.org@localhost>
date:      Thu Jul 14 21:38:56 2011 +0000

description:
Install cpp frontend link too

diffstat:

 distrib/sets/lists/comp/mi           |  3 ++-
 external/bsd/llvm/bin/clang/Makefile |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (33 lines):

diff -r 3d69a0d644a1 -r d98de7c235ee distrib/sets/lists/comp/mi
--- a/distrib/sets/lists/comp/mi        Thu Jul 14 21:25:42 2011 +0000
+++ b/distrib/sets/lists/comp/mi        Thu Jul 14 21:38:56 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: mi,v 1.1643 2011/07/09 14:52:02 jmcneill Exp $
+#      $NetBSD: mi,v 1.1644 2011/07/14 21:38:56 joerg Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -15,6 +15,7 @@
 ./usr/bin/cc                                   comp-c-bin              gcccmds
 ./usr/bin/clang                                        comp-c-bin              llvm
 ./usr/bin/clang++                              comp-c-bin              llvm
+./usr/bin/clang-cpp                            comp-c-bin              llvm
 ./usr/bin/config                               comp-util-bin
 ./usr/bin/crunchgen                            comp-c-bin
 ./usr/bin/crunchide                            comp-c-bin
diff -r 3d69a0d644a1 -r d98de7c235ee external/bsd/llvm/bin/clang/Makefile
--- a/external/bsd/llvm/bin/clang/Makefile      Thu Jul 14 21:25:42 2011 +0000
+++ b/external/bsd/llvm/bin/clang/Makefile      Thu Jul 14 21:38:56 2011 +0000
@@ -1,10 +1,11 @@
-#      $NetBSD: Makefile,v 1.12 2011/07/13 23:48:29 joerg Exp $
+#      $NetBSD: Makefile,v 1.13 2011/07/14 21:38:57 joerg Exp $
 
 PROG_CXX=      clang
 NOMAN=         yes
 
 .if !defined(HOSTPROG)
 SYMLINKS+=     clang ${BINDIR}/clang++
+SYMLINKS+=     clang ${BINDIR}/clang-cpp
 .endif
 
 .include <bsd.init.mk>



Home | Main Index | Thread Index | Old Index