Source-Changes-HG archive

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

[src/trunk]: src/share/mk add p++ tool, for PCC



details:   https://anonhg.NetBSD.org/src/rev/0b9a7c914c84
branches:  trunk
changeset: 797630:0b9a7c914c84
user:      plunky <plunky%NetBSD.org@localhost>
date:      Thu Jul 24 20:29:19 2014 +0000

description:
add p++ tool, for PCC

diffstat:

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

diffs (25 lines):

diff -r 22c1b649d222 -r 0b9a7c914c84 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Thu Jul 24 20:20:48 2014 +0000
+++ b/share/mk/bsd.own.mk       Thu Jul 24 20:29:19 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.823 2014/07/15 13:27:04 christos Exp $
+#      $NetBSD: bsd.own.mk,v 1.824 2014/07/24 20:29:19 plunky Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -262,6 +262,7 @@
 # PCC supports C and Fortran
 TOOL_CC.pcc=           ${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-pcc
 TOOL_CPP.pcc=          ${TOOLDIR}/libexec/${MACHINE_GNU_PLATFORM}-cpp
+TOOL_CXX.pcc=          ${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-p++
 
 #
 # Make sure DESTDIR is set, so that builds with these tools always
@@ -398,6 +399,7 @@
 # PCC supports C and Fortran
 TOOL_CC.pcc=           pcc
 TOOL_CPP.pcc=          /usr/libexec/pcpp
+TOOL_CXX.pcc=          p++
 
 TOOL_AMIGAAOUT2BB=     amiga-aout2bb
 TOOL_AMIGAELF2BB=      amiga-elf2bb



Home | Main Index | Thread Index | Old Index