summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorslavomir.katuscak%sun.com <devnull@localhost>2007-06-18 12:27:14 +0000
committerslavomir.katuscak%sun.com <devnull@localhost>2007-06-18 12:27:14 +0000
commitca48841616c6f45e2f502a94393acb596d418794 (patch)
treec82f5fc1710589964f20fa02d47fa832df06bfb6
parentf290102ec3ac327e05fb0bcd9fba9dd5d51dc577 (diff)
downloadnss-hg-ca48841616c6f45e2f502a94393acb596d418794.tar.gz
Bug 363828 - Adding TCOV support. r=wtc, sr=julien
-rw-r--r--security/coreconf/SunOS5.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/security/coreconf/SunOS5.mk b/security/coreconf/SunOS5.mk
index 19e3ec1dc..f21513529 100644
--- a/security/coreconf/SunOS5.mk
+++ b/security/coreconf/SunOS5.mk
@@ -98,7 +98,10 @@ else
else
OPTIMIZER = -xO4
endif
-
+ ifdef USE_TCOV
+ CC += -xprofile=tcov
+ CCC += -xprofile=tcov
+ endif
endif
INCLUDES += -I/usr/dt/include -I/usr/openwin/include