Source-Changes-HG archive

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

[src/trunk]: src/share/mk use pcpp front end rather than libexec/cpp directly...



details:   https://anonhg.NetBSD.org/src/rev/db10bdec3339
branches:  trunk
changeset: 813659:db10bdec3339
user:      plunky <plunky%NetBSD.org@localhost>
date:      Tue Feb 09 20:44:26 2016 +0000

description:
use pcpp front end rather than libexec/cpp directly, since commandline
options may not be handled by the latter

diffstat:

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

diffs (27 lines):

diff -r a1c62a16253c -r db10bdec3339 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Tue Feb 09 20:42:44 2016 +0000
+++ b/share/mk/bsd.own.mk       Tue Feb 09 20:44:26 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.899 2016/02/08 10:39:09 skrll Exp $
+#      $NetBSD: bsd.own.mk,v 1.900 2016/02/09 20:44:26 plunky Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -303,7 +303,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_CPP.pcc=          ${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-pcpp
 TOOL_CXX.pcc=          ${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-p++
 
 #
@@ -446,7 +446,7 @@
 
 # PCC supports C and Fortran
 TOOL_CC.pcc=           pcc
-TOOL_CPP.pcc=          /usr/libexec/pcpp
+TOOL_CPP.pcc=          pcpp
 TOOL_CXX.pcc=          p++
 
 TOOL_AMIGAAOUT2BB=     amiga-aout2bb



Home | Main Index | Thread Index | Old Index