pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/wrapper The sunpro C++ compiler needs its own cache...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ada936185832
branches:  trunk
changeset: 524036:ada936185832
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Jan 17 13:20:56 2007 +0000

description:
The sunpro C++ compiler needs its own cache, since cc and CC transform
-Wall to different arguments.

diffstat:

 mk/wrapper/bsd.wrapper.mk |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 567e777cdbe9 -r ada936185832 mk/wrapper/bsd.wrapper.mk
--- a/mk/wrapper/bsd.wrapper.mk Wed Jan 17 13:19:47 2007 +0000
+++ b/mk/wrapper/bsd.wrapper.mk Wed Jan 17 13:20:56 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.wrapper.mk,v 1.61 2007/01/04 00:57:29 rillig Exp $
+# $NetBSD: bsd.wrapper.mk,v 1.62 2007/01/17 13:20:56 rillig Exp $
 #
 # Copyright (c) 2005 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -264,7 +264,8 @@
 _WRAP_CACHE_BODY.CC=   ${WRAPPER_TMPDIR}/cache-body-sunpro-cc
 _WRAP_TRANSFORM.CC=    ${WRAPPER_TMPDIR}/transform-sunpro-cc
 _WRAP_ARG_PP.CXX=      ${WRAPPER_TMPDIR}/arg-pp-sunpro-cxx
-_WRAP_CACHE_BODY.CXX=  ${_WRAP_CACHE_BODY.CC}
+_WRAP_CACHE.CXX=       ${WRAPPER_TMPDIR}/cache-sunpro-cxx
+_WRAP_CACHE_BODY.CXX=  ${WRAPPER_TMPDIR}/cache-body-sunpro-cxx
 _WRAP_TRANSFORM.CXX=   ${_WRAP_TRANSFORM.CC}
 _WRAP_CMD_SINK.CXX=    ${WRAPPER_TMPDIR}/cmd-sink-sunpro-cxx
 _WRAP_CACHE_BODY.CPP=  ${_WRAP_CACHE_BODY.CC}



Home | Main Index | Thread Index | Old Index