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/1f5e526c623b
branches: trunk
changeset: 330869:1f5e526c623b
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 fca01633c9dc -r 1f5e526c623b 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