ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/src/compilers.mk
(Generate patch)

Comparing COMP/SCRAM/src/compilers.mk (file contents):
Revision 1.4 by williamc, Wed Mar 24 10:18:07 1999 UTC vs.
Revision 1.5 by williamc, Thu Mar 25 13:51:06 1999 UTC

# Line 31 | Line 31 | SharedCCTool = @echo No Shared Library s
31   # Sun 4.2 CC
32   #----------------------------------------------
33   ifeq ($(CCcompiler),Sun-CC-4.2)
34 < CXXFLAGS+=-ptr$(template_dir)
34 > CXXFLAGS+=-ptr$(template_dir) -features=rtti
35   #template_dir=$(shell echo $@ )
36   template_dir=$(shell echo $@ | sed -e 's/.*\(_.*\)\..*/tmpl\1/' -e 's/.*.o/tmpl/' -e 's/.*.a/tmpl/' )
37   ArchiveCCTool = CC -xar -o $@ $^ -ptr$(template_dir)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines