From f4aae3fdc714d7cf2c6e6f710aa98ab3c2da5915 Mon Sep 17 00:00:00 2001 From: David Jones Date: Wed, 18 Feb 1998 13:13:27 +0000 Subject: [PATCH] Cc specifies a fixed location which is bogus Copied from Perforce Change: 19320 ServerID: perforce.ravenbrook.com --- mps/src/sc.gmk | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mps/src/sc.gmk b/mps/src/sc.gmk index 18eaebf90b0..2c1da32adbd 100644 --- a/mps/src/sc.gmk +++ b/mps/src/sc.gmk @@ -1,16 +1,19 @@ # impl.gmk.sc: GNUMAKEFILE FRAGMENT FOR SunPro C # -# $HopeName: MMsrc!sc.gmk(trunk.3) $ +# $HopeName: MMsrc!sc.gmk(trunk.4) $ # # This file is included by platform makefiles that use the SunPro C # compiler. It defines the compiler specific variables that the # common makefile fragment (impl.gmk.comm) requires. See builder.sc for # discussion of the various flags. -CC = /opt/SUNWspro/SC4.0/bin/cc +# if cc isn't on your PATH, try looking in /opt/SUNWspro/bin and +# /opt/SUNWspro/SC*/bin +CC = cc CFLAGSCOMPILER = -v -Xc CFLAGSDEBUG = -g # Note that combining -O and -g won't work on HP-UX +# (so what? do we expect to use SunPro C on HP-UX? -- drj 1998-02-18) CFLAGSOPT = -O -g CFLAGSOPTNODEBUG = -O